From 4f3d70553f5be2bb47257998f2b95b36253f80ea Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 9 Jun 2022 22:04:05 -0400 Subject: [PATCH] whoops --- reddit/subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index 78fceb1..53a95e8 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -86,7 +86,7 @@ def get_subreddit_threads(): content["comments"] = [] for top_level_comment in submission.comments: - if not top_level_comment.stickied and top_level_comment.removed_by_category is None: # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78 + if not top_level_comment.stickied and top_level_comment.removed_by_category is not None: # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78 if len(top_level_comment.body) <= int(environ["MAX_COMMENT_LENGTH"]): content["comments"].append( {