Skip to content

Commit

Permalink
Updated reddit API program
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-england committed Dec 8, 2020
1 parent 61ff32c commit e47fc0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion listeddit/APIs/reddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def get_response(supported, url_link):

def make_comment(c, supported, url_link):
response = get_response(supported, url_link)
response = response + "\n(I am a bot)"
c.reply(response)
print("replied!")
return
Expand Down

0 comments on commit e47fc0c

Please sign in to comment.