Skip to content

Commit a579053

Browse files
committed
Forgot to remove the hard count
1 parent 6709b89 commit a579053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piduck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def pharse(line, known, deltrue):
5151
elif command[0] == "REM":
5252
return
5353
elif command[0] == "REPEAT":
54-
for i in range(6):
54+
for i in range(int(command[1])):
5555
pharse(last_line.strip(), [[], []], False)
5656
return # todo
5757
elif command[0] == "DEFAULTCHARDELAY":

0 commit comments

Comments
 (0)