From 93d80ee24fdcb0da1b7babafeef6fffce5a502f7 Mon Sep 17 00:00:00 2001 From: Sreenivas V Rao Date: Mon, 31 Dec 2018 22:34:53 +0530 Subject: [PATCH] Minor change. --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 9719ecf..07b7dd4 100644 --- a/bot.py +++ b/bot.py @@ -54,7 +54,6 @@ def comment(cache): all_posts = subreddit.new(limit=100) for post in all_posts: if 'arxiv.org' in post.url: - print post.permalink if cache.get(post.id) and cache.get(post.id) is 'T': print "Parsed this post already: %s"%(post.permalink) continue