mirror of https://github.com/rq/rq.git
Fix syntax error in docs example (#1664)
Adds a missing colon in function arguments
This commit is contained in:
parent
a69498e185
commit
aff862dd6a
|
@ -125,7 +125,7 @@ with q.connection.pipeline() as pipe:
|
|||
[
|
||||
Queue.prepare_data(count_words_at_url, 'http://nvie.com', job_id='my_job_id'),
|
||||
Queue.prepare_data(count_words_at_url, 'http://nvie.com', job_id='my_other_job_id'),
|
||||
]
|
||||
],
|
||||
pipeline=pipe
|
||||
)
|
||||
pipe.execute()
|
||||
|
|
Loading…
Reference in New Issue