fix: Daemon.get_server

This commit is contained in:
ThomasV 2016-02-01 09:02:57 +01:00
parent 274d91fd6e
commit 56c7d4139e
1 changed files with 1 additions and 1 deletions

View File

@ -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)