aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index b8ad976..393d021 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -183,7 +183,7 @@ class Mastodon:
183 __VALID_SCOPES = ['read', 'write', 'follow', 'push', 'admin:read', 'admin:write'] + \ 183 __VALID_SCOPES = ['read', 'write', 'follow', 'push', 'admin:read', 'admin:write'] + \
184 __SCOPE_SETS['read'] + __SCOPE_SETS['write'] + __SCOPE_SETS['admin:read'] + __SCOPE_SETS['admin:write'] 184 __SCOPE_SETS['read'] + __SCOPE_SETS['write'] + __SCOPE_SETS['admin:read'] + __SCOPE_SETS['admin:write']
185 185
186 __SUPPORTED_MASTODON_VERSION = "2.9.2" 186 __SUPPORTED_MASTODON_VERSION = "3.0.1"
187 187
188 # Dict versions 188 # Dict versions
189 __DICT_VERSION_APPLICATION = "2.7.2" 189 __DICT_VERSION_APPLICATION = "2.7.2"
Powered by cgit v1.2.3 (git 2.41.0)