From 3ff038400855702676964e822f57633cf9c5f27e Mon Sep 17 00:00:00 2001 From: Miro Schladitz Date: Sat, 4 Feb 2023 15:31:14 +0100 Subject: [PATCH] fehler mainclass korrigiert --- hallowelt.py.dir/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hallowelt.py.dir/plugin.py b/hallowelt.py.dir/plugin.py index 77d98a3..9b7cb04 100644 --- a/hallowelt.py.dir/plugin.py +++ b/hallowelt.py.dir/plugin.py @@ -1,3 +1,3 @@ -class HalloWeltPlugi(PythonPlugin): +class HalloWeltPlugin(PythonPlugin): def onEnable(self): self.getLogger().info("Hallo Welt!")