removed unecessary text
This commit is contained in:
parent
e556574261
commit
3605c9711f
1 changed files with 1 additions and 1 deletions
2
run.py
2
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: {}\nView online at 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: {}\nMy answer: {}\https://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:
|
||||
|
|
Loading…
Reference in a new issue