Browse Source

Initialize self.d for KeepKey

283
Neil Booth 9 years ago
parent
commit
39c1893a74
  1. 1
      plugins/keepkey/qt.py

1
plugins/keepkey/qt.py

@ -101,6 +101,7 @@ class KeepKeyQtHandler:
self.win.connect(win, SIGNAL('pin_dialog'), self.pin_dialog)
self.win.connect(win, SIGNAL('passphrase_dialog'), self.passphrase_dialog)
self.done = threading.Event()
self.d = None
def stop(self):
self.win.emit(SIGNAL('keepkey_done'))

Loading…
Cancel
Save