Skip to content

Commit 85ed126

Browse files
committed
Fix import from qtpy in notifierInit()
1 parent c19cb51 commit 85ed126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmessageqt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ def _simple_notify(
14341434
self._theme_player = get_plugin('notification.sound', 'theme')
14351435

14361436
try:
1437-
from qtpy import QtMultimedia
1437+
from PyQt5 import QtMultimedia
14381438
self._player = QtMultimedia.QSound.play
14391439
except ImportError:
14401440
_plugin = get_plugin(

0 commit comments

Comments
 (0)