summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Pickering <christopher@dayspringbibles.com>2019-05-17 23:40:11 -0500
committerSelwin Ong <selwin.ong@gmail.com>2019-05-18 11:40:11 +0700
commitd2e06e478551356089cb26d039d26ecb2abbfdc6 (patch)
treeeea82e2665902feaee6d3ab69b1934a024965de3
parent79a6fd79997613d446856982f32d06f53093cd8e (diff)
downloadrq-d2e06e478551356089cb26d039d26ecb2abbfdc6.tar.gz
Update index.md (#1089)
added "import time"
-rw-r--r--docs/docs/index.md1
1 files changed, 1 insertions, 0 deletions
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()