Simon 4 years ago
parent 295f0c37ae
commit 489751b03c

@ -200,8 +200,8 @@ def build_config(_config_file):
'USER': config.get(section, 'USER'), 'USER': config.get(section, 'USER'),
'PASS': config.get(section, 'PASS'), 'PASS': config.get(section, 'PASS'),
'SERVER': config.get(section, 'SERVER'), 'SERVER': config.get(section, 'SERVER'),
'PORT': config.getint(section,'PORT')) 'PORT': config.getint(section,'PORT'),
'NODE' : config.getint(section,'NODE')) 'NODE' : config.getint(section,'NODE')
}) })

Loading…
Cancel
Save

Powered by TurnKey Linux.