diff --git a/config.py b/config.py index aac8a55..2de0780 100755 --- a/config.py +++ b/config.py @@ -195,7 +195,7 @@ def build_config(_config_file): }) elif section == 'ALLSTAR': - CONFIG['MYSQL'].update({ + CONFIG['ALLSTAR'].update({ 'ENABLED': config.getboolean(section, 'ENABLED'), 'USER': config.get(section, 'USER'), 'PASS': config.get(section, 'PASS'),