We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df774e commit 4356fd5Copy full SHA for 4356fd5
piduck.py
@@ -85,7 +85,7 @@ def pharse_p2(line, known, deltrue):
85
return
86
elif command[0] == "CHAR":
87
if command[1].isdigit():
88
- known[1].append(command[1])
+ known[1].append(int(command[1]))
89
if len(command) > 2:
90
pharse_p2(" ".join(command[2:]), known, True)
91
else:
0 commit comments