From 44feac72577a3d59704f0b72c95092c7deafac7d Mon Sep 17 00:00:00 2001 From: Maurizio Paglia Date: Wed, 16 Nov 2022 14:35:58 +0100 Subject: [PATCH] Update pelican_toot.py --- pelican_toot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2