Merge pull request #51 from b-watch/Fix-Typo

Fixed Typo
This commit is contained in:
Bastian Schroll 2020-07-09 18:28:00 +02:00 committed by GitHub
commit 5d11c9fe0f
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!"""