From 42616049811fcb9f7300f6f253401c82b37b9882 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 7 Nov 2020 17:14:49 +0000 Subject: [PATCH] fix timer for single reflector --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 9539055..0c2f8e0 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1045,7 +1045,7 @@ class routerHBP(HBSYSTEM): _bridgename = '#'+ str(_int_dst_id) if _bridgename not in BRIDGES and not (_int_dst_id >= 4000 and _int_dst_id <= 5000): logger.info('(%s) [A] Reflector for TG %s does not exist. Creating as User Activated',self._system, _int_dst_id) - make_single_reflector(_dst_id,CONFIG['SYSTEMS'][system]['DEFAULT_UA_TIMER'],self._system) + make_single_reflector(_dst_id,CONFIG['SYSTEMS'][self.system]['DEFAULT_UA_TIMER'],self._system) BRIDGE_SEMA.acquire(blocking = True) if _int_dst_id > 10 and _int_dst_id != 5000: