Merge branch 'develop' into FR-DoubleFilter

This commit is contained in:
Bastian Schroll 2020-07-10 07:19:14 +02:00 committed by GitHub
commit 356c77bfdb
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!"""