From 489751b03c1dbdf108c2fb6816b28770853ea836 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Feb 2022 00:22:13 +0000 Subject: [PATCH] lkflx --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index fda4296..aac8a55 100755 --- a/config.py +++ b/config.py @@ -200,8 +200,8 @@ def build_config(_config_file): 'USER': config.get(section, 'USER'), 'PASS': config.get(section, 'PASS'), 'SERVER': config.get(section, 'SERVER'), - 'PORT': config.getint(section,'PORT')) - 'NODE' : config.getint(section,'NODE')) + 'PORT': config.getint(section,'PORT'), + 'NODE' : config.getint(section,'NODE') })