Initialize self.d for KeepKey

This commit is contained in:
Neil Booth 2015-12-26 16:28:55 +09:00
parent 3a1bb5b61a
commit 39c1893a74
1 changed files with 1 additions and 0 deletions

View File

@ -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'))