Update index.md (#1089)

added "import time"
main
Christopher Pickering 6 years ago committed by Selwin Ong
parent 79a6fd7999
commit d2e06e4785

@ -31,6 +31,7 @@ simply do this:
from rq import Queue
from redis import Redis
from somewhere import count_words_at_url
import time
# Tell RQ what Redis connection to use
redis_conn = Redis()

Loading…
Cancel
Save