fix some errors

This commit is contained in:
Bastian Schroll 2019-10-28 21:27:15 +01:00
parent bf16a5c82f
commit e61ffb4b5b
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ from plugin.pluginBase import PluginBase
logging.debug("- %s loaded", __name__)
class BoswatchPluginBase(PluginBase):
class BoswatchPlugin(PluginBase):
"""!Description of the Plugin"""
def __init__(self, config):
"""!Do not change anything here!"""