Merge "Fix typo preventing queue list for v1"
This commit is contained in:
commit
b2d764a0dc
@ -113,7 +113,7 @@ class Client(object):
|
||||
return iterator._Iterator(self,
|
||||
queue_list,
|
||||
'queues',
|
||||
self.queues_modules.create_object(self))
|
||||
self.queues_module.create_object(self))
|
||||
|
||||
def follow(self, ref):
|
||||
"""Follows ref.
|
||||
|
Loading…
Reference in New Issue
Block a user