Skip to content

Commit

Permalink
Fix the qidenticon PyQt5 bug (closes: #1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1itch committed Dec 15, 2021
1 parent f74ed21 commit 784562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qidenticon.py
Expand Up @@ -44,7 +44,7 @@

try:
from PyQt5 import QtCore, QtGui
except ImportError:
except (ImportError, RuntimeError):
from PyQt4 import QtCore, QtGui


Expand Down

0 comments on commit 784562c

Please sign in to comment.