This commit is contained in:
Simon 2021-04-15 18:56:47 +01:00
parent a27801e399
commit ba5900eb07
1 changed files with 1 additions and 1 deletions

View File

@ -1104,7 +1104,7 @@ class routerOBP(OPENBRIDGE):
#If target has missed 6 (on 1 min) of keepalives, don't send
if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < _pkt_time - 60:
logger.debug(_target_system['_bcka'])
logger.debug('**************************')
continue