plugin korrigiert

This commit is contained in:
2023-02-05 05:33:37 -05:00
parent c67c169d15
commit 51c16beb94

View File

@@ -2,7 +2,7 @@ class PluseinsPlugin(PythonPlugin):
def onEnable(self):
pass
def onCommand(self, sender, command, lable, args):
def onCommand(self, sender, command, lable, args):
eingabe = args[0]
zahl = int(eingabe)
zahl = zahl + 1