Simon 4 years ago
parent 34f3d72e3e
commit 05233d5c02

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

Loading…
Cancel
Save

Powered by TurnKey Linux.