mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-07 17:20:13 +01:00
Merge branch 'develop' into FR-DoubleFilter
This commit is contained in:
parent
2f96e4aa9b
commit
1aac3ce2cf
|
|
@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
|
|||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
|
||||
class BoswatchModul(ModuleBase):
|
||||
class BoswatchModule(ModuleBase):
|
||||
"""!Description of the Module"""
|
||||
def __init__(self, config):
|
||||
"""!Do not change anything here!"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue