make posts unlisted

This commit is contained in:
Erin 2018-04-04 21:27:01 -05:00
parent 1cfb1ec881
commit bf8e801acb

View file

@ -67,4 +67,4 @@ class NowplayingBot(PineappleBot):
track=currently_playing.get_title(), yt_link=yt_link) track=currently_playing.get_title(), yt_link=yt_link)
# do the thing # do the thing
self.mastodon.toot(post) self.mastodon.status_post(post, visibility='unlisted')