aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index f6551f0..8aad946 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -69,7 +69,8 @@ class Mastodon:
69 """ 69 """
70 __DEFAULT_BASE_URL = 'https://mastodon.social' 70 __DEFAULT_BASE_URL = 'https://mastodon.social'
71 __DEFAULT_TIMEOUT = 300 71 __DEFAULT_TIMEOUT = 300
72 72 __SUPPORTED_MASTODON_VERSION = "2.1.0"
73
73 ### 74 ###
74 # Registering apps 75 # Registering apps
75 ### 76 ###
Powered by cgit v1.2.3 (git 2.41.0)