diff options
author | Lorenz Diener <[email protected]> | 2017-04-03 12:01:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-03 12:01:23 +0200 |
commit | 763b863fcb853c30a436b669cf658f097c4d767a (patch) | |
tree | 482dc75d56ba12a301705dd6b24f5a2b6e04f323 | |
parent | e1992943b9087753ca452dd85fcafa1276050766 (diff) | |
parent | 239d9104e63d5c421911d0a3d4a308304c60ee17 (diff) | |
download | mastodon.py-763b863fcb853c30a436b669cf658f097c4d767a.tar.gz |
Merge pull request #11 from Psycojoker/bad_doc
Error in the documentation: mastodon uses the email address for the login, not the username
-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 | ) |