Simon 4 years ago
parent 295f0c37ae
commit 489751b03c

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

Loading…
Cancel
Save

Powered by TurnKey Linux.