Add supported version in a place where python can read it
This commit is contained in:
parent
ae58ae7789
commit
58dfdfaec5
@ -69,6 +69,7 @@ class Mastodon:
|
|||||||
"""
|
"""
|
||||||
__DEFAULT_BASE_URL = 'https://mastodon.social'
|
__DEFAULT_BASE_URL = 'https://mastodon.social'
|
||||||
__DEFAULT_TIMEOUT = 300
|
__DEFAULT_TIMEOUT = 300
|
||||||
|
__SUPPORTED_MASTODON_VERSION = "2.1.0"
|
||||||
|
|
||||||
###
|
###
|
||||||
# Registering apps
|
# Registering apps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user