les 2 years ago
parent
commit
a7735e1ec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      indy.py

+ 1 - 1
indy.py

@@ -48,4 +48,4 @@ for post in data:
   media_ids = [media_id] if media_id else []
   out += 'LEGGI IL POST: '+url
   print(out)
-  mastodon.status_post(out, visibility='private', media_ids=media_ids)
+  mastodon.status_post(out, media_ids=media_ids)