Merge branch 'develop' into FR-MM-Move

This commit is contained in:
Bastian Schroll 2020-07-10 07:12:51 +02:00 committed by GitHub
commit 79033fa2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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