From 5fbf8f0a112a2d9d2d4af32fd6efe7d3e73ef177 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 12 Oct 2018 16:38:18 -0500 Subject: [PATCH] Update hb_confbridge.py --- hb_confbridge.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hb_confbridge.py b/hb_confbridge.py index 693cc80..7210a73 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -236,7 +236,9 @@ class routerOBP(OPENBRIDGE): if (_system['SYSTEM'] == self._system and _system['TGID'] == _dst_id and _system['TS'] == _slot and _system['ACTIVE'] == True): for _target in BRIDGES[_bridge]: - if (_target['SYSTEM'] != self._system) and (CONFIG['SYSTEMS'][_target['SYSTEM']]['ACTIVE']) and (CONFIG['SYSTEMS'][_target['SYSTEM']]['MODE'] != 'OPENBRIDGE'): + print('got here') + if (_target['SYSTEM'] != self._system) and (CONFIG['SYSTEMS'][_target['SYSTEM']]['ACTIVE']) and (CONFIG['SYSTEMS'][_target['SYSTEM']]['MODE'] != 'OPENBRIDGE'): + print('then here') _target_status = systems[_target['SYSTEM']].STATUS _target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]