Missing tmout

This commit is contained in:
Simon 2021-03-12 17:35:27 +00:00
parent 2cc471e9b8
commit 530d79313d

View File

@ -870,6 +870,7 @@ def mysql_config_check(SQLGETCONFIG):
for _bridge in BRIDGES:
ts1 = False
ts2 = False
_tmout = CONFIG['SYSTEMS'][system][DEFAULT_UA_TIMER]
for i,e in enumerate(BRIDGES[_bridge]):
if e['SYSTEM'] == system and e['TS'] == 1:
ts1 = True