From 5fd5ecb2efe3c936cf84e9619597adc37b6b2246 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 12 Oct 2018 16:35:25 -0500 Subject: [PATCH] Update hb_confbridge.py --- hb_confbridge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hb_confbridge.py b/hb_confbridge.py index 5c9c9c5..936f4fa 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -238,6 +238,7 @@ class routerOBP(OPENBRIDGE): for _target in BRIDGES[_bridge]: print('_target[\'SYSTEM\']', _target['SYSTEM']) print('self._system', self._system) + print('target', _target) print('CONFIG[\'SYSTEMS\'][_target][\'ACTIVE\']', CONFIG['SYSTEMS']) #['SYSTEMS'][_target]['ACTIVE']) print('CONFIG[\'SYSTEMS\'][_target][\'MODE\']', CONFIG['SYSTEMS'][_target]['MODE']) if (_target['SYSTEM'] != self._system) and (CONFIG['SYSTEMS'][_target]['ACTIVE']) and (CONFIG['SYSTEMS'][_target]['MODE'] != 'OPENBRIDGE'):