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): def onEnable(self):
pass pass
def onCommand(self, sender, command, lable, args): def onCommand(self, sender, command, lable, args):
eingabe = args[0] eingabe = args[0]
zahl = int(eingabe) zahl = int(eingabe)
zahl = zahl + 1 zahl = zahl + 1