ThomasV 11 years ago
parent
commit
3a8b4d4258
  1. 4
      plugins/btchipwallet.py

4
plugins/btchipwallet.py

@ -465,8 +465,8 @@ class DongleWaitingDialog(QThread):
if BTCHIP:
waitDialog = DongleWaitingDialog()
# Tickle the UI a bit while waiting
class DongleWaitQT(DongleWait):
# Tickle the UI a bit while waiting
class DongleWaitQT(DongleWait):
def __init__(self, dongle):
self.dongle = dongle

Loading…
Cancel
Save