From 586a9246b7449cdf792efc5c05a725829d1dec05 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 18 Jan 2021 21:11:40 +0000 Subject: [PATCH] Fix possible semaphore bug in bridge table --- bridge_master.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index f619597..0fbd81a 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -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 = []