Changeset - 80daf6dd0f86
[Not reviewed]
default
0 1 0
Dennis Fink - 6 years ago 2018-12-26 19:29:47
dennis.fink@c3l.lu
Change toot to unlisted
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spaceapi/utils.py
Show inline comments
 
@@ -72,7 +72,7 @@ def post_toot(toot):
 
            access_token=current_app.config['MASTODON_USERCRED_FILE'],
 
            api_base_url='https://chaos.social'
 
        )
 
        api.status_post(toot, visibility='public')
 
        api.status_post(toot, visibility='unlisted')
 

	
 

	
 
class Singleton:
0 comments (0 inline, 0 general)