This commit is contained in:
Julien Palard 2023-02-11 09:05:55 +01:00
parent b852ab1613
commit 58e3060636
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def live_toot(talks, mastodon: Mastodon, ahead_days=0):
),
salle="Salle " + talk.room.split("/")[0],
)
media = mastodon.media_post("rend.png")
media = mastodon.media_post(png_name)
mastodon.status_post(toot_for(talk, ahead_days), media_ids=[media])