From 48c520c86377f1f56e9ad841db14596a5f5eaf9c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 8 Aug 2022 01:35:43 +0100 Subject: [PATCH] Think this may be ready :) --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index b7d2454..a17f3ae 100755 --- a/hblink.py +++ b/hblink.py @@ -273,7 +273,7 @@ class OPENBRIDGE(DatagramProtocol): _hops = 1 _hops = _hops.to_bytes(1,'big') for system in self._CONFIG['SYSTEMS']: - if self._CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE': + if self._CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE' and self._CONFIG['SYSTEMS'][system]['ENABLED']: if self._config['ENHANCED_OBP'] and self._config['TARGET_IP']: if '_bcka' in self._CONFIG['SYSTEMS'][system] and self._CONFIG['SYSTEMS'][system]['_bcka'] < time() - 60: continue