aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 80960b9..183deab 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -360,7 +360,7 @@ class Mastodon:
360 """ 360 """
361 Internal, non-version-checking helper that does the same as instance() 361 Internal, non-version-checking helper that does the same as instance()
362 """ 362 """
363 return self.__api_request('GET', '/api/v1/instance') 363 return self.__api_request('GET', '/api/v1/instance/')
364 364
365 @api_version("2.1.2", "2.1.2") 365 @api_version("2.1.2", "2.1.2")
366 def instance_activity(self): 366 def instance_activity(self):
Powered by cgit v1.2.3 (git 2.41.0)