mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 22:35:43 +00:00
fix some errors
This commit is contained in:
parent
bf16a5c82f
commit
e61ffb4b5b
5 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ from plugin.pluginBase import PluginBase
|
|||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
|
||||
class BoswatchPluginBase(PluginBase):
|
||||
class BoswatchPlugin(PluginBase):
|
||||
"""!Description of the Plugin"""
|
||||
def __init__(self, config):
|
||||
"""!Do not change anything here!"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue