From 0de5fa2365a24cac6d1a76d66e6ffe4d4e2056e3 Mon Sep 17 00:00:00 2001 From: Maurizio Paglia Date: Fri, 2 Dec 2022 10:44:43 +0100 Subject: [PATCH] Fixed typo --- pelican_toot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pelican_toot.py b/pelican_toot.py index 9de04139..f67f2260 100644 --- a/pelican_toot.py +++ b/pelican_toot.py @@ -116,7 +116,6 @@ 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) write_articleslist(articleslist) -- 2.30.2