From 63117a4bc54df6f361c0840c8abb83f0adb68fa9 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 19 Sep 2018 14:52:10 +0200 Subject: [PATCH] fix error --- plugins/template/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""