From: Maurizio Paglia Date: Fri, 2 Dec 2022 09:44:43 +0000 (+0100) Subject: Fixed typo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=0de5fa2365a24cac6d1a76d66e6ffe4d4e2056e3;p=blog.git Fixed typo --- 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)