From 37b6f2786456b6a101193cf12e34744fd8c43ffb Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 12 Oct 2018 16:21:31 -0500 Subject: [PATCH] Update hb_confbridge.py --- hb_confbridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hb_confbridge.py b/hb_confbridge.py index 223304b..40127c0 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -236,7 +236,7 @@ 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 (_target['ACTIVE']) and (_target['MODE'] != 'OPENBRIDGE'): + if (_target['SYSTEM'] != self._system) and (_target['ACTIVE']) and (CONFIG['SYSTEMS'][_target]['MODE'] != 'OPENBRIDGE'): _target_status = systems[_target['SYSTEM']].STATUS _target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]