[fix] mastodon wants the email address for login

pull/11/head
Laurent Peuch 2017-04-01 15:03:11 +02:00
rodzic 857968f34e
commit 239d9104e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'
)