mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
rework server class (added python queue support)
This commit is contained in:
parent
24eeef6ebb
commit
5c6039ef71
6 changed files with 69 additions and 76 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