From 52223192b4058efa05bb9719c618c52b42f0002a Mon Sep 17 00:00:00 2001 From: rnsrk Date: Fri, 20 Jan 2023 07:43:05 +0100 Subject: [PATCH] just a line --- Main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Main.py b/Main.py index 8fbf829..b80b3a6 100644 --- a/Main.py +++ b/Main.py @@ -93,7 +93,6 @@ axes[1].tick_params(which='minor', length=0) plotFileUrl = f'./plots/{TodayDate}.png' plt.savefig(plotFileUrl) - media = mastodonInstance.media_post(plotFileUrl, mime_type="image/png", description=f"Sentiment analysis of local timeline on fedihum.org, showing the moods of the toots on, and the sentiment mean up to {TodayDate}.") mastodonInstance.status_post(f'The moods of the toots on and up to {TodayDate}.', media_ids=media, language='en')