Skip to content

Commit 708af79

Browse files
committed
FIX*
1 parent 944d66c commit 708af79

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
@@ -32,7 +32,7 @@
3232

3333
def string(string):
3434
for char in string:
35-
pharse(char, [], True)
35+
pharse(char, [[], []], True)
3636
sleep(string_delay / 100)
3737

3838

0 commit comments

Comments
 (0)