diff --git a/bridge_master.py b/bridge_master.py index c9312ec..3267f91 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1662,7 +1662,7 @@ class routerOBP(OPENBRIDGE): return #TIMEOUT - if _self.STATUS[_stream_id]['START'] + 180 < pkt_time: + if self.STATUS[_stream_id]['START'] + 180 < pkt_time: if 'LOOPLOG' not in self.STATUS[_stream_id] or not self.STATUS[_stream_id]['LOOPLOG']: logger.warning("(%s) OBP *TIMEOUT*, STREAM ID: %s, TG: %s, TS: %s, IGNORE THIS SOURCE",self._system, int_id(_stream_id), int_id(_dst_id),_sysslot) self.STATUS[_stream_id]['LOOPLOG'] = True