chiark / gitweb /
Fixed typo
authormpaglia0 <mpaglia0@gmail.com>
Thu, 1 Dec 2022 17:21:39 +0000 (18:21 +0100)
committermpaglia0 <mpaglia0@gmail.com>
Thu, 1 Dec 2022 17:21:39 +0000 (18:21 +0100)
pelican_toot.py

index d2a46ef5a5f9d3cf5b2332f3904937279cd30ff8..2f7596be26985042ad2b027cea3d29f02f87579d 100644 (file)
@@ -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():