Skip to content

Commit

Permalink
Address issue #441
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Feb 17, 2014
1 parent 180e7c4 commit 0b4d53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pika/channel.py
Expand Up @@ -50,7 +50,7 @@ def __init__(self, connection, channel_number, on_open_callback=None, force_bina
self._blocked = collections.deque(list())
self._blocking = None
self._has_on_flow_callback = False
self._cancelled = collections.deque(list(), maxlen=10)
self._cancelled = collections.deque(list())
self._consumers = dict()
self._on_flowok_callback = None
self._on_getok_callback = None
Expand Down

0 comments on commit 0b4d53a

Please sign in to comment.