diff options
Diffstat (limited to 'docs')
-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 8be642a..6279d48 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 | ) |