Merge pull request #11 from Psycojoker/bad_doc
Error in the documentation: mastodon uses the email address for the login, not the username
This commit is contained in:
commit
763b863fcb
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -19,7 +19,7 @@ Mastodon.py
|
||||||
'''
|
'''
|
||||||
mastodon = Mastodon(client_id = 'pytooter_clientcred.txt')
|
mastodon = Mastodon(client_id = 'pytooter_clientcred.txt')
|
||||||
mastodon.log_in(
|
mastodon.log_in(
|
||||||
'pytooter',
|
'my_login_email@example.com',
|
||||||
'incrediblygoodpassword',
|
'incrediblygoodpassword',
|
||||||
to_file = 'pytooter_usercred.txt'
|
to_file = 'pytooter_usercred.txt'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Referencia en una nova incidència