1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-28 15:13:05 +00:00

remove debug code

This commit is contained in:
Lynne Megido 2020-01-20 14:39:42 +10:00
parent 4b6e563f76
commit 8cab227531
Signed by: lynnesbian
GPG key ID: F0A184B5213D9F90

View file

@ -149,8 +149,6 @@ def make_post(args):
# TODO: ehhhhhhhhh
post = post[:bot['length']]
# send toot!!
print(post)
return
try:
client.status_post(post, id, visibility = visibility, spoiler_text = bot['content_warning'])
except MastodonUnauthorizedError: