fehler mainclass korrigiert

This commit is contained in:
2023-02-04 15:31:14 +01:00
parent 0abbe18a89
commit 3ff0384008

View File

@@ -1,3 +1,3 @@
class HalloWeltPlugi(PythonPlugin): class HalloWeltPlugin(PythonPlugin):
def onEnable(self): def onEnable(self):
self.getLogger().info("Hallo Welt!") self.getLogger().info("Hallo Welt!")