|
|
|
@ -200,7 +200,7 @@ def build_config(_config_file):
|
|
|
|
'ENABLED': config.getboolean(section, 'ENABLED'),
|
|
|
|
'ENABLED': config.getboolean(section, 'ENABLED'),
|
|
|
|
'USER': config.get(section, 'USER'),
|
|
|
|
'USER': config.get(section, 'USER'),
|
|
|
|
'PASS': config.get(section, 'PASS'),
|
|
|
|
'PASS': config.get(section, 'PASS'),
|
|
|
|
'SERVER': gethostbyname(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')
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|