mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-10-31 21:58:58 +00:00
minor wording change in status message
This commit is contained in:
parent
33b72d8e4c
commit
cc4f64e758
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue