From: Maurizio Paglia Date: Wed, 16 Nov 2022 13:35:58 +0000 (+0100) Subject: Update pelican_toot.py X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=44feac72577a3d59704f0b72c95092c7deafac7d;p=blog.git Update pelican_toot.py --- diff --git a/pelican_toot.py b/pelican_toot.py index 5029149f..c402be38 100644 --- a/pelican_toot.py +++ b/pelican_toot.py @@ -10,5 +10,5 @@ logger = logging.getLogger(__name__) from pelican import signals -# https://github.com/bear/python-twitter/wiki -import Mastodon.py +# https://github.com/halcy/Mastodon.py +from mastodon import Mastodon