diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 34e6552..fd8df1b 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -154,7 +154,7 @@ class Mastodon: | |||
154 | } | 154 | } |
155 | __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] | 155 | __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] |
156 | 156 | ||
157 | __SUPPORTED_MASTODON_VERSION = "2.4.3" | 157 | __SUPPORTED_MASTODON_VERSION = "2.8.2" |
158 | 158 | ||
159 | # Dict versions | 159 | # Dict versions |
160 | __DICT_VERSION_APPLICATION = "2.7.2" | 160 | __DICT_VERSION_APPLICATION = "2.7.2" |