From 4ce46b299d9fe886b2e6ff94ee39c618024f107f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 22 Mar 2023 13:20:45 +0000 Subject: [PATCH] Revert "fix == = =" This reverts commit a653e7d7c4b2598d428d7304f56e9cf615f5efa9. --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 2aa7599..05942c3 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -410,7 +410,7 @@ def bridgeDebug(): if dialroll > 1 : logger.warning('(BRIDGEDEBUG) system %s has more than one active dial bridge (%s) - fixing',system, dialroll) - times = {} + times == {} for _bridge in BRIDGES: for enabled_system in BRIDGES[_bridge]: if enabled_system['ACTIVE'] and _bridge and _bridge[0:1] == '#':