Single mode changes

This commit is contained in:
Simon 2021-01-10 21:06:48 +00:00
parent ac0de92e5a
commit 585e50ad9e
1 changed files with 2 additions and 2 deletions

View File

@ -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: