Fix typo in basic example.

main
Vincent Driessen 13 years ago
parent b886ba76de
commit 42c3b593f9

@ -21,7 +21,7 @@ your typically lengthy or blocking function:
Then, create a RQ queue:
import rq import *
from rq import *
use_connection()
q = Queue()

Loading…
Cancel
Save