mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Fixed Typo
This commit is contained in:
parent
6b0a7822e9
commit
89d16793b2
|
|
@ -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