RM
This commit is contained in:
parent
5a62ae640c
commit
9a3e5fbde4
@ -1266,12 +1266,11 @@ class routerOBP(OPENBRIDGE):
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Loop Control
|
# Loop Control
|
||||||
|
_removeextra1 = []
|
||||||
for system in systems:
|
for system in systems:
|
||||||
if system == self._system:
|
if system == self._system:
|
||||||
continue
|
continue
|
||||||
_count = 0
|
_count = 0
|
||||||
_removeextra1 = []
|
|
||||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
||||||
if _stream_id in systems[system].STATUS and '1ST' in systems[system].STATUS[_stream_id]:
|
if _stream_id in systems[system].STATUS and '1ST' in systems[system].STATUS[_stream_id]:
|
||||||
_count = _count + 1
|
_count = _count + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user