Back to no limit, was changed to 100 for testing the OAuth params

pull/42/head
David Trail 9 years ago
parent 9af0839853
commit 3185d7b96e

@ -111,7 +111,7 @@ if verbose and whitelist:
) )
def get_things(after=None): def get_things(after=None):
limit = 100 limit = None
if item == "comments": if item == "comments":
return r.user.get_comments(limit=limit, sort=sort) return r.user.get_comments(limit=limit, sort=sort)
elif item == "submitted": elif item == "submitted":

Loading…
Cancel
Save