Skip to content

Commit 84951b1

Browse files
author
Omer Katz
committed
Fix example.
Fixes celery#6459.
1 parent 42361bd commit 84951b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/next-steps/proj/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
app = Celery('proj',
44
broker='amqp://',
5-
backend='amqp://',
5+
backend='rpc://',
66
include=['proj.tasks'])
77

88
# Optional configuration, see the application user guide.

0 commit comments

Comments
 (0)