From 68f967507e2db1617c9c771a09f0b7dcba235336 Mon Sep 17 00:00:00 2001 From: spla Date: Sun, 24 Jul 2022 20:46:57 +0200 Subject: [PATCH] Python wrapper for the Akkoma API --- akkoma.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akkoma.py b/akkoma.py index c6850c3..c153ae1 100644 --- a/akkoma.py +++ b/akkoma.py @@ -87,9 +87,9 @@ class Akkoma: """ Easy to use Akkoma API wrapper. - Main repository at https://git.akkomat.cat/spla/akkoma + Main repository at https://git.mastodont.cat/spla/Akkoma.py """ - __DEFAULT_BASE_URL = 'https://akkoma.akkomat.cat' + __DEFAULT_BASE_URL = 'https://akkoma.mastodont.cat' __DEFAULT_TIMEOUT = 300 __DEFAULT_SCOPES = ['read', 'write', 'follow', 'push', 'admin'] __SCOPE_SETS = {