diff --git a/bridge_master.py b/bridge_master.py index 05942c3..2aa7599 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] == '#':