@ -1266,12 +1266,11 @@ class routerOBP(OPENBRIDGE):
return
# Loop Control
_removeextra1 = []
for system in systems:
if system == self._system:
continue
_count = 0
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
if _stream_id in systems[system].STATUS and '1ST' in systems[system].STATUS[_stream_id]:
_count = _count + 1
Powered by TurnKey Linux.