Skip to content

Commit 60ca502

Browse files
committed
Update Paste.py
1 parent ba1401b commit 60ca502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Paste.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import time
44

55
def paste():
6-
time.sleep(1)
6+
time.sleep(0.2)
77
#按下后间隔1s
88
i=pyperclip.paste()
99
keyboard = Controller()

0 commit comments

Comments
 (0)