Skip to content

Commit

Permalink
change delay setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerrington committed Nov 23, 2020
1 parent b97b580 commit 75923ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakey.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
try:
keyboard.press_and_release('f15')
delay = 300 # 5 minutes
time.sleep(300) # Sleep for the amount of seconds generated
time.sleep(delay) # Sleep for the amount of seconds generated
except KeyboardInterrupt:
# quit
sys.exit()

0 comments on commit 75923ee

Please sign in to comment.