From d2e06e478551356089cb26d039d26ecb2abbfdc6 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Fri, 17 May 2019 23:40:11 -0500 Subject: [PATCH] Update index.md (#1089) added "import time" --- docs/docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/index.md b/docs/docs/index.md index 57f7312..a4f9a8f 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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()