1
0

proper return from install wizard

This commit is contained in:
ThomasV
2014-07-29 11:57:23 +02:00
parent 914c115617
commit e702b3312b

View File

@@ -159,7 +159,7 @@ class ElectrumGui:
wizard = installwizard.InstallWizard(self.config, self.network, storage)
wallet = wizard.run(action)
if not wallet:
exit()
return
else:
wallet.start_threads(self.network)