Fix incorrect API call in the README example.

main
Vincent Driessen 13 years ago
parent 31e492644e
commit 506f7c9e17

@ -22,7 +22,7 @@ your typically lengthy or blocking function:
Then, create a RQ queue:
import rq import *
use_redis()
use_connection()
q = Queue()
And enqueue the function call:

Loading…
Cancel
Save