mirror of https://github.com/celery/kombu.git
Corrected typo in exchange name. (#969)
This commit is contained in:
parent
1ad6cbd35c
commit
da7b77e591
|
@ -111,7 +111,7 @@ to the ``news`` exchange:
|
|||
with producers[connection].acquire(block=True) as producer:
|
||||
producer.publish(
|
||||
article,
|
||||
exchange=new_exchange,
|
||||
exchange=news_exchange,
|
||||
routing_key='domestic',
|
||||
declare=[news_exchange],
|
||||
serializer='json',
|
||||
|
|
Loading…
Reference in New Issue