From c07be0b25fa56cfb14c2b6e66b19f9bc31ff6e65 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 14 Nov 2018 05:18:46 +1000 Subject: [PATCH] i've got a fever... and the only prescription is more linebreaks --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 76a7ec4..4249841 100755 --- a/run.py +++ b/run.py @@ -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: