[fix] mastodon wants the email address for login

This commit is contained in:
Laurent Peuch 2017-04-01 15:03:11 +02:00
pare 857968f34e
commit 239d9104e6

Veure arxiu

@ -19,7 +19,7 @@ Mastodon.py
'''
mastodon = Mastodon(client_id = 'pytooter_clientcred.txt')
mastodon.log_in(
'pytooter',
'my_login_email@example.com',
'incrediblygoodpassword',
to_file = 'pytooter_usercred.txt'
)