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 944d66c commit 708af79Copy full SHA for 708af79
piduck.py
@@ -32,7 +32,7 @@
32
33
def string(string):
34
for char in string:
35
- pharse(char, [], True)
+ pharse(char, [[], []], True)
36
sleep(string_delay / 100)
37
38
0 commit comments