mark posts as NSFW
This commit is contained in:
parent
324ea50808
commit
ee17d62539
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def serve(token):
|
|||
spam = getSpam()
|
||||
print('serving:\n%s' % spam)
|
||||
mastodon = Mastodon(access_token=token, api_base_url=API_URL)
|
||||
mastodon.status_post(spam, sensitive=True)
|
||||
mastodon.status_post(spam, sensitive=True, spoiler_text='NSFW')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue