John Simon
Results
1
issues of
John Simon
https://github.com/karan51ngh/RedditRefresh/blob/80d1b8d5e11e8f41ad5010f3f98e1739cde5080e/RedditRefresh.py#L119 `self.user.comments.new` and `self.user.comments.top` produce two different collections of comments. The code as-is using `self.user.comments.new` can run, receive no comments and the script ends. But I switch to `self.user.comments.top` and...