api
Simon 3 years ago
parent 5794bb1cfe
commit b4b9d51ae0

@ -421,7 +421,7 @@ def bridgeDebug():
if enabled_system['ACTIVE'] and _bridge and _bridge[0:1] == '#': if enabled_system['ACTIVE'] and _bridge and _bridge[0:1] == '#':
times[enabled_system['TIMER']] = _bridge times[enabled_system['TIMER']] = _bridge
ordered = sorted(times.keys()) ordered = sorted(times.keys())
str(_setbridge) = times[ordered.pop()] _setbridge = str(times[ordered.pop()])
if CONFIG['SYSTEMS'][system]['MODE'] == 'MASTER': if CONFIG['SYSTEMS'][system]['MODE'] == 'MASTER':
logger.warning('(BRIDGEDEBUG) setting %s dial bridge to %s as this bridge has the longest timer set to run',system, _setbridge) logger.warning('(BRIDGEDEBUG) setting %s dial bridge to %s as this bridge has the longest timer set to run',system, _setbridge)

Loading…
Cancel
Save

Powered by TurnKey Linux.