mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
little change for testing
This commit is contained in:
parent
b932aa66ed
commit
3564680867
2 changed files with 2 additions and 2 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 !!!!
|
||||
super().__init__("template")
|
||||
Plugin.__init__("template")
|
||||
|
||||
def onLoad(self):
|
||||
"""!Called by import of the plugin"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue