Minor change.

This commit is contained in:
Sreenivas V Rao
2018-12-31 22:34:53 +05:30
parent 42794fd0fa
commit 93d80ee24f
-1
View File
@@ -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