[fix] mastodon wants the email address for login
This commit is contained in:
pare
857968f34e
commit
239d9104e6
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