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 36f20d2..eb13859 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -209,7 +209,7 @@ class Mastodon:
209 Fetch notifications (mentions, favourites, reblogs, follows) for the authenticated 209 Fetch notifications (mentions, favourites, reblogs, follows) for the authenticated
210 user. 210 user.
211 211
212 Returns: TODO 212 Returns a list of notification dicts.
213 """ 213 """
214 return self.__api_request('GET', '/api/v1/notifications') 214 return self.__api_request('GET', '/api/v1/notifications')
215 215
Powered by cgit v1.2.3 (git 2.41.0)