rework server class (added python queue support)

This commit is contained in:
Bastian Schroll 2018-09-20 23:35:56 +02:00
parent 24eeef6ebb
commit 5c6039ef71
6 changed files with 69 additions and 76 deletions

View file

@ -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"""