Fix syntax error in docs example (#1664)

Adds a missing colon in function arguments
main
Pavel Levchuk 3 years ago committed by GitHub
parent a69498e185
commit aff862dd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save