bad indent
This commit is contained in:
parent
f2c10e0b8a
commit
99f8889f2b
@ -767,9 +767,9 @@ def options_config():
|
|||||||
CONFIG['SYSTEMS'][_system]['TS2_STATIC'] = _options['TS2_STATIC']
|
CONFIG['SYSTEMS'][_system]['TS2_STATIC'] = _options['TS2_STATIC']
|
||||||
CONFIG['SYSTEMS'][_system]['DEFAULT_REFLECTOR'] = int(_options['DEFAULT_REFLECTOR'])
|
CONFIG['SYSTEMS'][_system]['DEFAULT_REFLECTOR'] = int(_options['DEFAULT_REFLECTOR'])
|
||||||
CONFIG['SYSTEMS'][_system]['DEFAULT_UA_TIMER'] = int(_options['DEFAULT_UA_TIMER'])
|
CONFIG['SYSTEMS'][_system]['DEFAULT_UA_TIMER'] = int(_options['DEFAULT_UA_TIMER'])
|
||||||
except:
|
except:
|
||||||
logger.exception('(OPTIONS) caught exception')
|
logger.exception('(OPTIONS) caught exception')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
def mysqlGetConfig():
|
def mysqlGetConfig():
|
||||||
logger.debug('(MYSQL) Periodic config check')
|
logger.debug('(MYSQL) Periodic config check')
|
||||||
|
Loading…
Reference in New Issue
Block a user