This commit is contained in:
Simon 2024-03-08 17:23:59 +00:00
parent 3a9f23f801
commit 1ff51cceef
1 changed files with 2 additions and 0 deletions

View File

@ -391,6 +391,8 @@ def remove_bridge_system(system):
bt[bridge] = bridgetemp
for bridge in bt:
BRIDGES[bridge] = bt[bridge]
logger.debug(BRIDGES)
def update_timeout(system,_tmout):
_bridgestemp = {}