Wrong var
This commit is contained in:
parent
c49a7cb279
commit
023d2f98af
@ -615,7 +615,7 @@ def options_config():
|
||||
reset_static_tg(tg,2,_tmout,_system)
|
||||
ts2 = []
|
||||
if _options['TS2_STATIC']:
|
||||
ts2 = SQLCONFIG[_system]['TS2_STATIC'].split(',')
|
||||
ts2 = _options['TS2_STATIC'].split(',')
|
||||
for tg in ts2:
|
||||
if not tg:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user