moonraker: Connect to Klippy as a client

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine
2020-08-08 11:28:05 -04:00
parent e1addb16fd
commit 0775f3d0c6
2 changed files with 26 additions and 23 deletions

View File

@@ -83,7 +83,5 @@ def get_configuration(server, cmd_line_args):
if server_cfg.get('enable_debug_logging', True):
logging.getLogger().setLevel(logging.DEBUG)
config['cmd_args'] = {
'logfile': cmd_line_args.logfile,
'socketfile': cmd_line_args.socketfile}
config['cmd_args'] = {'logfile': cmd_line_args.logfile}
return ConfigHelper(server, config, 'server')