Skip to content

Commit 0db1af8

Browse files
authored
Merge pull request #489 from bitcraze/toverumar/update_pyqt
Update pyqt in fpv example
2 parents b9e6cbe + 3f9c6df commit 0db1af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aideck/fpv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
except ImportError:
6565
pass
6666

67-
from PyQt5 import QtCore, QtWidgets, QtGui
67+
from PyQt6 import QtCore, QtWidgets, QtGui
6868

6969
logging.basicConfig(level=logging.INFO)
7070

0 commit comments

Comments
 (0)