Commit 15cbf827 authored by Klaus Wölfel's avatar Klaus Wölfel

daa bucket stream: fix typo

parent e35a6607
......@@ -103,7 +103,7 @@ class DataBucketStream(Document):
return sequence
return sequence[:count]
def getBucketItemSequence(self, start_key=None, count=True):
def getBucketItemSequence(self, start_key=None, count=None):
"""
Get a lazy sequence of bucket values
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment