mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
fix some errors
This commit is contained in:
parent
bf16a5c82f
commit
e61ffb4b5b
5 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
|
||||||
logging.debug("- %s loaded", __name__)
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class BoswatchModuleBase(ModuleBase):
|
class BoswatchModule(ModuleBase):
|
||||||
"""!Adds descriptions to bwPackets"""
|
"""!Adds descriptions to bwPackets"""
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
"""!Do not change anything here!"""
|
"""!Do not change anything here!"""
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
|
||||||
logging.debug("- %s loaded", __name__)
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class BoswatchModuleBase(ModuleBase):
|
class BoswatchModule(ModuleBase):
|
||||||
"""!Filter of specific bwPacket mode"""
|
"""!Filter of specific bwPacket mode"""
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
"""!Do not change anything here!"""
|
"""!Do not change anything here!"""
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ import re
|
||||||
logging.debug("- %s loaded", __name__)
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class BoswatchModuleBase(ModuleBase):
|
class BoswatchModule(ModuleBase):
|
||||||
"""!Regex based filter mechanism"""
|
"""!Regex based filter mechanism"""
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
"""!Do not change anything here!"""
|
"""!Do not change anything here!"""
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
|
||||||
logging.debug("- %s loaded", __name__)
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class BoswatchModuleBase(ModuleBase):
|
class BoswatchModul(ModuleBase):
|
||||||
"""!Description of the Module"""
|
"""!Description of the Module"""
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
"""!Do not change anything here!"""
|
"""!Do not change anything here!"""
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ from plugin.pluginBase import PluginBase
|
||||||
logging.debug("- %s loaded", __name__)
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class BoswatchPluginBase(PluginBase):
|
class BoswatchPlugin(PluginBase):
|
||||||
"""!Description of the Plugin"""
|
"""!Description of the Plugin"""
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
"""!Do not change anything here!"""
|
"""!Do not change anything here!"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue