From 4b1fce309caa15cf47a503699bf2bc16e9a95d7c Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 6 Jun 2018 16:01:07 -0400 Subject: [PATCH] Mark reddit post as crawled even if too small to comment --- task.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/task.py b/task.py index 187121c..613e5b8 100644 --- a/task.py +++ b/task.py @@ -65,6 +65,8 @@ class TaskManager: post = self.reddit_bot.reddit.submission(post_id) self.reddit_bot.reply(post, comment) pass + else: + self.reddit_bot.log_crawl(post_id) elif comment_id: # Reply to comment