mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 07:09:03 +00:00
od_util can be used when od-database is a submodule part 2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user