From eb457854cf456321a2717a5e0a08bae2cebf89c7 Mon Sep 17 00:00:00 2001 From: pcgaldo Date: Mon, 28 Oct 2024 19:46:21 +0100 Subject: [PATCH] Atualizar bot_mastodon.py --- bot_mastodon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot_mastodon.py b/bot_mastodon.py index 48e3f36..799577a 100644 --- a/bot_mastodon.py +++ b/bot_mastodon.py @@ -6,8 +6,8 @@ import io # Configuration of the Mastodon client mastodon = Mastodon( - access_token='TOKEN_CODE', - api_base_url='YOUR_URL' + access_token='YOUR_API_TOKEN', + api_base_url='https://YOUR_MASTODON_INSTANCE' ) class ImageCheckListener(StreamListener):