od_util can be used when od-database is a submodule part 2

This commit is contained in:
Simon
2018-08-08 23:31:50 -04:00
parent 88166054ad
commit f729b462f0
4 changed files with 11 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ class RedditBot:
try:
reddit_comment.edit(new_message)
print("Edit comment " + reddit_comment.id)
break
except Exception as e:
print("Waiting 5 minutes: " + str(e))
time.sleep(300)