Fixed Typo

This commit is contained in:
B-Watch 2020-07-09 15:27:04 +02:00
parent 6b0a7822e9
commit 89d16793b2

View file

@ -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!"""