mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fixed wrong return
This commit is contained in:
parent
8b5a538c5f
commit
8bd9e26fe1
|
|
@ -89,4 +89,4 @@ class BoswatchModule(ModuleBase):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
logging.debug("doubleFilter ok")
|
logging.debug("doubleFilter ok")
|
||||||
return True
|
return bwPacket
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue