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)
|
reset_static_tg(tg,2,_tmout,_system)
|
||||||
ts2 = []
|
ts2 = []
|
||||||
if _options['TS2_STATIC']:
|
if _options['TS2_STATIC']:
|
||||||
ts2 = SQLCONFIG[_system]['TS2_STATIC'].split(',')
|
ts2 = _options['TS2_STATIC'].split(',')
|
||||||
for tg in ts2:
|
for tg in ts2:
|
||||||
if not tg:
|
if not tg:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user