diff --git a/plugins/template/template.py b/plugins/template/template.py index f570a52..de1b78a 100644 --- a/plugins/template/template.py +++ b/plugins/template/template.py @@ -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"""