removeextra test

pypy
Simon 5 years ago
parent cee96e1b96
commit 05f761e645

@ -1267,6 +1267,20 @@ class routerOBP(OPENBRIDGE):
# Loop Control
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
if _count > 0:
logger.warning('Extra')
_removeextra1.append(system)
for remove in removeextra1:
del systems[remove].STATUS[_stream_id]['1ST']
for system in systems:
if system == self._system:
continue

Loading…
Cancel
Save

Powered by TurnKey Linux.