From 239d9104e63d5c421911d0a3d4a308304c60ee17 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 1 Apr 2017 15:03:11 +0200 Subject: [PATCH] [fix] mastodon wants the email address for login --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 121dc83..3871972 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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' )