Skip to content

Instantly share code, notes, and snippets.

@theshahzaibc
Created January 7, 2021 16:43
Show Gist options
  • Save theshahzaibc/5f573df8675c1026fb0a389555b8eee8 to your computer and use it in GitHub Desktop.
Save theshahzaibc/5f573df8675c1026fb0a389555b8eee8 to your computer and use it in GitHub Desktop.
delayTime = 6 #in seconds
def delay():
"""
Delay between performing the task
"""
time.sleep(delayTime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment