From 3185d7b96e929f8066b226f8ec968952509193c2 Mon Sep 17 00:00:00 2001 From: David Trail Date: Mon, 14 Sep 2015 12:31:20 +0100 Subject: [PATCH] Back to no limit, was changed to 100 for testing the OAuth params --- shreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shreddit.py b/shreddit.py index 1b5d976..ef52fea 100755 --- a/shreddit.py +++ b/shreddit.py @@ -111,7 +111,7 @@ if verbose and whitelist: ) def get_things(after=None): - limit = 100 + limit = None if item == "comments": return r.user.get_comments(limit=limit, sort=sort) elif item == "submitted":