diff --git a/hb_confbridge.py b/hb_confbridge.py index a67f075..2cca29d 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -238,7 +238,7 @@ class routerOBP(OPENBRIDGE): for _target in BRIDGES[_bridge]: print('_target[\'SYSTEM\']', _target['SYSTEM']) print('self._system', self._system) - print('CONFIG[\'SYSTEMS\'][_target][\'ACTIVE\']', CONFIG['SYSTEMS'][_target]['ACTIVE']) + print('CONFIG[\'SYSTEMS\'][_target][\'ACTIVE\']', CONFIG) #['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'): _target_status = systems[_target['SYSTEM']].STATUS