mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
fix error
This commit is contained in:
parent
24eeef6ebb
commit
63117a4bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue