diff options
| author | Christopher Pickering <christopher@dayspringbibles.com> | 2019-05-17 23:40:11 -0500 |
|---|---|---|
| committer | Selwin Ong <selwin.ong@gmail.com> | 2019-05-18 11:40:11 +0700 |
| commit | d2e06e478551356089cb26d039d26ecb2abbfdc6 (patch) | |
| tree | eea82e2665902feaee6d3ab69b1934a024965de3 /docs | |
| parent | 79a6fd79997613d446856982f32d06f53093cd8e (diff) | |
| download | rq-d2e06e478551356089cb26d039d26ecb2abbfdc6.tar.gz | |
Update index.md (#1089)
added "import time"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/index.md | 1 |
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() |
