mirror of https://github.com/celery/kombu.git
Add default routing key to exchange_bind.
This commit is contained in:
parent
5ee8481de8
commit
96e43cf5bd
|
@ -157,7 +157,7 @@ class Exchange(MaybeChannelBound):
|
|||
nowait=nowait,
|
||||
passive=passive)
|
||||
|
||||
def exchange_bind(self, source = '', routing_key = None,
|
||||
def exchange_bind(self, source = '', routing_key = '',
|
||||
nowait = False, **kwargs):
|
||||
"""Binds the exchange to another exchange.
|
||||
|
||||
|
|
Loading…
Reference in New Issue