mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-11 03:00:08 +01:00
fix error
This commit is contained in:
parent
24eeef6ebb
commit
63117a4bc5
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue