aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-04-17 18:02:55 +0200
committerLorenz Diener <[email protected]>2018-04-17 18:02:55 +0200
commita1ecd2d6641979f011afeeda4d8ccdf2b2b6b3c3 (patch)
tree7bc7f042d7a65b7dc981b08add3cd8df07c44f62 /mastodon
parent5f44998dd201beb871f06c0813b3dc69d387f7da (diff)
downloadmastodon.py-a1ecd2d6641979f011afeeda4d8ccdf2b2b6b3c3.tar.gz
Raise last changed version on instance()
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 5a32be0..4357975 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -346,7 +346,7 @@ class Mastodon:
346 ### 346 ###
347 # Reading data: Instances 347 # Reading data: Instances
348 ### 348 ###
349 @api_version("1.1.0", "1.4.2") 349 @api_version("1.1.0", "2.3.0")
350 def instance(self): 350 def instance(self):
351 """ 351 """
352 Retrieve basic information about the instance, including the URI and administrative contact email. 352 Retrieve basic information about the instance, including the URI and administrative contact email.
Powered by cgit v1.2.3 (git 2.41.0)