This commit is contained in:
Simon 2021-04-16 02:18:50 +01:00
parent 94418256ec
commit 0503e72607

View File

@ -1250,7 +1250,7 @@ class routerOBP(OPENBRIDGE):
_bits = _data[15]
#Duplicate complete packet
if self._lastData and _lastData == _data:
if self._lastData and self._lastData == _data:
logger.warning("(%s) last packet is a complete duplicate of the previous one, disgarding",self._system)
return