From 4626917326ac7a0a9c776b03d6c1f1bea5b055e7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 17 Jan 2021 12:59:40 +0000 Subject: [PATCH] It doesn't make sense to be able to link #9 to TG9 ! --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 950aff5..b229964 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1422,7 +1422,7 @@ class routerHBP(HBSYSTEM): make_single_reflector(_dst_id,CONFIG['SYSTEMS'][self._system]['DEFAULT_UA_TIMER'],self._system) BRIDGE_SEMA.acquire(blocking = True) - if _int_dst_id > 5 and _int_dst_id != 5000: + if _int_dst_id > 5 and _int_dst_id != 9 and _int_dst_id != 5000: for _bridge in BRIDGES: if _bridge[0:1] != '#': continue