Skip to content

Commit e7b36f8

Browse files
committed
Set default string_delay to 1 ms
1 parent 33adb93 commit e7b36f8

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
@@ -6,7 +6,7 @@
66

77
key_layout = "us"
88
default_delay = 10
9-
string_delay = 10
9+
string_delay = 1
1010

1111
piparser = argparse.ArgumentParser()
1212
piparser.add_argument("-i", "--input", help="File input")

0 commit comments

Comments
 (0)