diff --git a/kombu/entity.py b/kombu/entity.py index ddc9b550..e72ac7e1 100644 --- a/kombu/entity.py +++ b/kombu/entity.py @@ -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.