aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 08821b8..a00f249 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -87,6 +87,9 @@ class Mastodon:
87 Logs in and sets access_token to what was returned. 87 Logs in and sets access_token to what was returned.
88 Can persist access token to file. 88 Can persist access token to file.
89 89
90 Will throw an exception if username / password are wrong, scopes are not
91 valid or granted scopes differ from requested.
92
90 Returns the access_token, as well. 93 Returns the access_token, as well.
91 """ 94 """
92 params = self.__generate_params(locals()) 95 params = self.__generate_params(locals())
Powered by cgit v1.2.3 (git 2.41.0)