Changed return to None

This commit is contained in:
B-Watch 2020-07-13 19:56:38 +02:00
parent e8a62a37f2
commit 6e2ee6ba6a

View file

@ -89,4 +89,4 @@ class BoswatchModule(ModuleBase):
return False return False
logging.debug("doubleFilter ok") logging.debug("doubleFilter ok")
return bwPacket return None