This commit is contained in:
SomberNight 2018-03-03 00:05:57 +01:00
parent f93c3d79d7
commit 7816edc342
1 changed files with 2 additions and 1 deletions

View File

@ -502,7 +502,8 @@ class DeviceMgr(ThreadJob, PrintError):
info = infos[c]
# save new label
keystore.set_label(info.label)
handler.win.wallet.save_keystore()
if handler.win.wallet is not None:
handler.win.wallet.save_keystore()
return info
def scan_devices(self):