This commit is contained in:
Simon 2023-03-22 13:13:41 +00:00
parent a653e7d7c4
commit 3e7cc7ea71
1 changed files with 2 additions and 0 deletions

View File

@ -419,6 +419,8 @@ def bridgeDebug():
ordered.pop()
for _bridge in ordered:
for _entry in BRIDGES[_bridge]:
if _entry['SYSTEM'][0:3] == 'OBP':
continue
if _entry['SYSTEM'] == system:
_entry['ACTIVE'] = False