Bug fix for issue #30

This commit is contained in:
David Marx
2018-08-13 21:14:40 -07:00
parent f8edf54689
commit 9de960d0cc
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ Change Log
dev
------------------
* Add `redditor_subreddit_activity` convenience method
--> Needs demo in README
* Fixed bug that blocked backoff on request issued to determine current rate limit when
a new psaw instance is created.
+2
View File
@@ -276,6 +276,8 @@ class PushshiftAPI(PushshiftAPIMinimal):
gen = [self._get_submission_comment_ids(**kwargs)]
for batch in gen:
if not batch:
return
if using_gsci:
fullnames = [prefix + base36id for base36id in batch]
else: