diff options
author | Laurent Peuch <[email protected]> | 2017-04-01 15:03:11 +0200 |
---|---|---|
committer | Laurent Peuch <[email protected]> | 2017-04-01 15:03:11 +0200 |
commit | 239d9104e63d5c421911d0a3d4a308304c60ee17 (patch) | |
tree | a338a5cb0eded7e39fa2f1c4896abeaca05c5c3a | |
parent | 857968f34e19191e0ae5771b3a62e450a180ad0e (diff) | |
download | mastodon.py-239d9104e63d5c421911d0a3d4a308304c60ee17.tar.gz |
[fix] mastodon wants the email address for login
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 121dc83..3871972 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -19,7 +19,7 @@ Mastodon.py | |||
19 | ''' | 19 | ''' |
20 | mastodon = Mastodon(client_id = 'pytooter_clientcred.txt') | 20 | mastodon = Mastodon(client_id = 'pytooter_clientcred.txt') |
21 | mastodon.log_in( | 21 | mastodon.log_in( |
22 | 'pytooter', | 22 | 'my_login_e[email protected]', |
23 | 'incrediblygoodpassword', | 23 | 'incrediblygoodpassword', |
24 | to_file = 'pytooter_usercred.txt' | 24 | to_file = 'pytooter_usercred.txt' |
25 | ) | 25 | ) |