mirror of https://github.com/celery/kombu.git
kombu.mixins: Fixes typo
This commit is contained in:
parent
da7d21af6f
commit
246e42efed
|
@ -219,7 +219,7 @@ class ConsumerMixin(LogMixin):
|
|||
with self._consume_from(*self.get_consumers(cls, channel)) as c:
|
||||
yield conn, channel, c
|
||||
self.debug("Consumers cancelled")
|
||||
self.on_consume_end(connection, channel)
|
||||
self.on_consume_end(conn, channel)
|
||||
self.debug("Connection closed")
|
||||
|
||||
@contextmanager
|
||||
|
|
Loading…
Reference in New Issue