Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Add routing_key parameter to channel.queue_bind example #60

Closed jonafato closed 8 years ago

jonafato commented 8 years ago

channel.queue_bind requires a routing_key parameter. The existing example in the API documentation does not pass a routing key to the function call (causing the call to fail), so this change updates the example to include one.

dzen commented 8 years ago

I updated the documentation yesterday. Thank you for pointing this error.