From 853dec6689f8d96ca788cf2b42644dbee813ecc1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Jan 2012 12:58:16 +0530 Subject: [PATCH] ... --- setup/hosting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/hosting.py b/setup/hosting.py index 5ae1b38a94..e5fc3c878d 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -29,7 +29,8 @@ def login_to_google(username, password): if b'Account overview - Account Settings' not in raw: raise ValueError(('Failed to login to google with credentials: %s %s' '\nGoogle sometimes requires verification when logging in from a ' - 'new IP address. Use lynx to login and supply the verification.') + 'new IP address. Use lynx to login and supply the verification, ' + 'at: lynx -accept_all_cookies https://accounts.google.com/ServiceLogin?service=code') %(username, password)) return br