Skip to content

Commit

Permalink
Oh my gosh
Browse files Browse the repository at this point in the history
  • Loading branch information
Watchful1 committed Dec 2, 2022
1 parent 3493a52 commit a0fdfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/models/listing/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _next_batch(self):
raise StopIteration()

if self._listing.after and self._listing.after != self.params.get(
self._listing.AFTER_PARAM
self._listing.AFTER_PARAM
):
self.params[self._listing.AFTER_PARAM] = self._listing.after
else:
Expand Down

0 comments on commit a0fdfba

Please sign in to comment.