mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
remove debug code
This commit is contained in:
parent
4b6e563f76
commit
8cab227531
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ def make_post(args):
|
||||||
# TODO: ehhhhhhhhh
|
# TODO: ehhhhhhhhh
|
||||||
post = post[:bot['length']]
|
post = post[:bot['length']]
|
||||||
# send toot!!
|
# send toot!!
|
||||||
print(post)
|
|
||||||
return
|
|
||||||
try:
|
try:
|
||||||
client.status_post(post, id, visibility = visibility, spoiler_text = bot['content_warning'])
|
client.status_post(post, id, visibility = visibility, spoiler_text = bot['content_warning'])
|
||||||
except MastodonUnauthorizedError:
|
except MastodonUnauthorizedError:
|
||||||
|
|
Loading…
Reference in a new issue