i've got a fever... and the only prescription is more linebreaks

This commit is contained in:
Lynne Megido 2018-11-14 05:18:46 +10:00
parent de04b7db8f
commit c07be0b25f
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

2
run.py
View File

@ -41,7 +41,7 @@ for row in dc.fetchall():
#this is the one we've already seen
continue
toot = "Curious Cat user {} asks: {}\nMy answer: {}https://curiouscat.me/{}/post/{}".format(sender, post['comment'], post['reply'], row['cc'], post['id']) #TODO: what if this is over 500 characters?
toot = "Curious Cat user {} asks: {}\n\nMy answer: {}\n\nhttps://curiouscat.me/{}/post/{}".format(sender, post['comment'], post['reply'], row['cc'], post['id']) #TODO: what if this is over 500 characters?
if settings['cw']:
client.status_post(toot, spoiler_text="Curious Cat post")
else: