mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix missing parameter
This commit is contained in:
parent
632905dfbe
commit
ef1f649d58
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Daemon(DaemonThread):
|
||||||
response = "Error: Electrum is running in daemon mode. Please stop the daemon first."
|
response = "Error: Electrum is running in daemon mode. Please stop the daemon first."
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def load_wallet(self, path, get_wizard):
|
def load_wallet(self, path, get_wizard=None):
|
||||||
if path in self.wallets:
|
if path in self.wallets:
|
||||||
wallet = self.wallets[path]
|
wallet = self.wallets[path]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue