This commit is contained in:
Dryusdan 2017-12-23 16:03:39 +01:00
parent fe67cc8dfb
commit e0f5ec55d6
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ if args.no_upload:
else:
media_dict = mastodon.media_post("output.jpg")
#text.encode('utf-8').strip()
mastodon.status_post("Image de unsplash", in_reply_to_id=None, media_ids=[media_dict])
mastodon.status_post("Image du site Unsplash", in_reply_to_id=None, media_ids=[media_dict])