aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 8d54455..558d1c1 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -253,7 +253,7 @@ class Mastodon:
253 return self.__api_request('POST', '/api/v1/statuses/' + str(id) + "/unfavourite") 253 return self.__api_request('POST', '/api/v1/statuses/' + str(id) + "/unfavourite")
254 254
255 ### 255 ###
256 # Writing data: Statuses 256 # Writing data: Accounts
257 ### 257 ###
258 def account_follow(self, id): 258 def account_follow(self, id):
259 """ 259 """
Powered by cgit v1.2.3 (git 2.41.0)