From 9a3e5fbde4a705d26f9bd3475ab8394cff42a3f4 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 9 Apr 2021 01:17:39 +0100 Subject: [PATCH] RM --- bridge_master.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 3d34fdb..37e4c83 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1266,12 +1266,11 @@ class routerOBP(OPENBRIDGE): return # Loop Control - + _removeextra1 = [] for system in systems: if system == self._system: continue _count = 0 - _removeextra1 = [] if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE': if _stream_id in systems[system].STATUS and '1ST' in systems[system].STATUS[_stream_id]: _count = _count + 1