diff --git a/main.py b/main.py index 88b14d7..22e8708 100755 --- a/main.py +++ b/main.py @@ -32,6 +32,6 @@ for comment in rall.stream.comments(): try: post = sub.submit(needed.title(), url='https://www.reddit.com'+comment.permalink(), resubmit=False) except: - print("Failed to post to our sub"); raise + print("Failed to post",comment.id,"to our sub") else: print("Posted to sub:",post.shortlink)