chiark / gitweb /
Fixed typo
authorMaurizio Paglia <mpaglia0@gmail.com>
Fri, 2 Dec 2022 09:44:43 +0000 (10:44 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 09:44:43 +0000 (10:44 +0100)
pelican_toot.py

index 9de04139480656a41a71a487798a526bb23510bf..f67f2260c2d7742ef9e4c1e80aff8e8d313b57d3 100644 (file)
@@ -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)