mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-07 23:34:01 +00:00
add regexFilter and docs
This commit is contained in:
parent
a92dd8d94c
commit
61e085d555
8 changed files with 144 additions and 5 deletions
|
|
@ -38,8 +38,7 @@ class BoswatchModule(Module):
|
|||
def doWork(self, bwPacket):
|
||||
"""!start an run of the module.
|
||||
|
||||
@param bwPacket: A BOSWatch packet instance
|
||||
@return bwPacket or False"""
|
||||
@param bwPacket: A BOSWatch packet instance"""
|
||||
if bwPacket.get("mode") == "fms":
|
||||
pass
|
||||
elif bwPacket.get("mode") == "zvei":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue