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') })