Skip to content

Instantly share code, notes, and snippets.

@amites
Forked from lepture/gist:2723398
Created May 22, 2013 04:49
Show Gist options
  • Save amites/5625310 to your computer and use it in GitHub Desktop.
Save amites/5625310 to your computer and use it in GitHub Desktop.
from livereload.task import Task
def delay():
import time
time.sleep(10) # 10s
Task.add('*', delay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment