From 3cb6da9ec46cf98cebc63d0af6a215230099e61d Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 15 Feb 2022 15:27:17 +0000 Subject: [PATCH] S --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 74c1b88..ec7bc6a 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2052,7 +2052,7 @@ class routerHBP(HBSYSTEM): #We want to ignore this system and TS combination if it's called again for this packet # _sysIgnore.append((_target,_target['TS'])) - #If target has missed 6 (on 1 min) of keepalives, don't send + #If target has missed 6 (in 1 min) of keepalives, don't send if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < pkt_time - 60: return