mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix: Daemon.get_server
This commit is contained in:
parent
274d91fd6e
commit
56c7d4139e
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class Daemon(DaemonThread):
|
|||
|
||||
@staticmethod
|
||||
def cmdline_command(config, config_options):
|
||||
server = get_server(Daemon.lockfile(config))
|
||||
server = Daemon.get_server(Daemon.lockfile(config))
|
||||
if server is not None:
|
||||
return False, server.run_cmdline(config_options)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue