hilfe befehle.

This commit is contained in:
Olli Graf
2022-05-18 13:45:17 +02:00
parent e671a22fa2
commit 0651532a56
8 changed files with 88 additions and 35 deletions

View File

@@ -55,7 +55,7 @@ def verarbeiteBefehl(parsedCommand):
elif id == '22':
actionmodul.fange(parsedCommand)
elif id == '23':
actionmodul.hilfe()
actionmodul.hilfe(parsedCommand)
elif id == '24':
actionmodul.schlage(parsedCommand)
elif id == '-1':