From 80b2dff96b8bb6c27b0ad27b13fcafe67cbe53e8 Mon Sep 17 00:00:00 2001 From: mpaglia0 Date: Thu, 1 Dec 2022 18:21:39 +0100 Subject: [PATCH] Fixed typo --- pelican_toot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelican_toot.py b/pelican_toot.py index d2a46ef5..2f7596be 100644 --- a/pelican_toot.py +++ b/pelican_toot.py @@ -113,8 +113,7 @@ def post_updates(generator, writer): logger.warning('Pelican_toot: your toot exceeds Mastodon max limit... ') sys.exit(9) else: - print(mastodon_toot) - #mastodon.toot(mastodon_toot) + mastodon.toot(mastodon_toot) write_articleslist(articleslist) def register(): -- 2.30.2