pypy
Simon 5 years ago
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…
Cancel
Save

Powered by TurnKey Linux.