mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix daemon.load_wallet
This commit is contained in:
parent
071bc27016
commit
32d5305295
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ class Daemon(DaemonThread):
|
|||
return True
|
||||
|
||||
def run_daemon(self, config_options):
|
||||
asyncio.set_event_loop(self.network.asyncio_loop)
|
||||
config = SimpleConfig(config_options)
|
||||
sub = config.get('subcommand')
|
||||
assert sub in [None, 'start', 'stop', 'status', 'load_wallet', 'close_wallet']
|
||||
|
|
Loading…
Add table
Reference in a new issue