Fix possible semaphore bug in bridge table

This commit is contained in:
Simon 2021-01-18 21:11:40 +00:00
parent f52e63cb77
commit 586a9246b7
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ def make_default_reflector(reflector,_tmout,system):
def make_static_tg(tg,ts,_tmout,system):
#_tmout = CONFIG['SYSTEMS'][system]['DEFAULT_UA_TIMER']
BRIDGE_SEMA.acquire(blocking = True)
if str(tg) not in BRIDGES:
make_single_bridge(bytes_3(tg),system,ts,_tmout)
bridgetemp = []