Add supported version in a place where python can read it
This commit is contained in:
pare
ae58ae7789
commit
58dfdfaec5
S'han modificat 1 arxius amb 2 adicions i 1 eliminacions
|
@ -69,7 +69,8 @@ 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…
Referencia en una nova incidència