From 90409a5e251b9a283039eae7c10f328a1bc1aab0 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Dec 2020 19:04:07 +0000 Subject: [PATCH] Allow relfectors over openbridge --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 6bd6e30..125b48d 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -966,7 +966,7 @@ class routerOBP(OPENBRIDGE): _sysIgnore = [] for _bridge in BRIDGES: - if _bridge[0:1] != '#': + #if _bridge[0:1] != '#': #if True: for _system in BRIDGES[_bridge]: if _system['SYSTEM'] == self._system and _system['TGID'] == _dst_id and _system['TS'] == _slot and _system['ACTIVE'] == True: