diff --git a/bridge_master.py b/bridge_master.py index bc0d0b7..aa57cd6 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -767,9 +767,9 @@ def options_config(): CONFIG['SYSTEMS'][_system]['TS2_STATIC'] = _options['TS2_STATIC'] CONFIG['SYSTEMS'][_system]['DEFAULT_REFLECTOR'] = int(_options['DEFAULT_REFLECTOR']) CONFIG['SYSTEMS'][_system]['DEFAULT_UA_TIMER'] = int(_options['DEFAULT_UA_TIMER']) - except: - logger.exception('(OPTIONS) caught exception') - continue + except: + logger.exception('(OPTIONS) caught exception') + continue def mysqlGetConfig(): logger.debug('(MYSQL) Periodic config check')