try again

This commit is contained in:
Simon 2020-12-13 15:53:37 +00:00
parent a3c1f1182f
commit 9fb429c2e3
1 changed files with 2 additions and 2 deletions

View File

@ -787,7 +787,7 @@ class routerOBP(OPENBRIDGE):
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
if _target_system['MODE'] == 'OPENBRIDGE':
print(int_id(_target['TGID']))
if _noOBP == True or (int_id(_target['TGID']) in _tgidIgnore):
if _noOBP == True:
print('bang')
continue
_tgidIgnore.append(int_id(_target['TGID']))
@ -1055,7 +1055,7 @@ class routerHBP(HBSYSTEM):
if _target_system['MODE'] == 'OPENBRIDGE':
print(int_id(_target['TGID']))
if _noOBP == True or (int_id(_target['TGID']) in _tgidIgnore):
if _noOBP == True:
print('bang')
continue
_tgidIgnore.append(int_id(_target['TGID']))