minor wording change in status message

This commit is contained in:
Lynne Megido 2020-05-27 19:42:37 +10:00
parent 33b72d8e4c
commit cc4f64e758
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -177,7 +177,7 @@ def make_post(args):
# this needs to be dealt with properly later on, but for now, we'll just disable the bot
c.execute("UPDATE bots SET enabled = FALSE WHERE handle = %s", (handle,))
except:
print("Failed to create post for {}".format(handle))
print("Failed to submit post for {}".format(handle))
if id == None:
# this wasn't a reply, it was a regular post, so update the last post date