fix error

This commit is contained in:
Bastian Schroll 2018-09-19 14:52:10 +02:00
parent 24eeef6ebb
commit 63117a4bc5

View file

@ -30,7 +30,7 @@ class BoswatchPlugin(Plugin):
def __init__(self):
"""!Do not change anything here except the PLUGIN NAME in the super() call"""
# PLEASE SET YOU PLUGIN NAME HERE !!!!
Plugin.__init__("template")
super().__init__("template")
def onLoad(self):
"""!Called by import of the plugin"""