From a355f5bf3b27ac55b817fb521399e35dae55449d Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 10 Jan 2021 21:08:20 +0000 Subject: [PATCH] Revert "Single mode changes" This reverts commit 585e50ad9e1a98afbbb88eb074c25604a39e2d99. --- bridge_master.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index d81ebc8..d8a1ca0 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1598,8 +1598,8 @@ class routerHBP(HBSYSTEM): # Iterate the rules dictionary BRIDGE_SEMA.acquire(blocking = True) for _bridge in BRIDGES: - #if (_bridge[0:1] == '#') and (_int_dst_id != 9): - # continue + if (_bridge[0:1] == '#') and (_int_dst_id != 9): + continue for _system in BRIDGES[_bridge]: if _system['SYSTEM'] == self._system: