Better not reply

master
Keith Irwin 2017-09-08 16:00:53 +00:00
parent fbf9c5aa3f
commit 25e9ee5222
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 0 additions and 8 deletions

View File

@ -22,14 +22,6 @@ for comment in rall.stream.comments():
needed = match.group(3) + ' who ' + match.group(1) + ' ' + match.group(5)
print(match.group(),'\n',needed.title(),'\n')
# Reply to the comment
#try:
# response = comment.reply( "I'll look for someone who", ' '.join(match.group(1,5)).lower() )
#except:
# print("Failed to reply to comment"+comment.id); raise
#else:
# print("Replied to comment "+comment.id+":",response.permalink())
# Post to our sub
try:
post = sub.submit(needed.title(), url='https://www.reddit.com'+comment.permalink(), resubmit=False)