jbdman / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Different Login URL needed in settings #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
pygooglevoice will no longer work without a minor change to the settings.py 
file. Change the line defining LOGIN to be as follows and things should work.

LOGIN = 'https://accounts.google.com/ServiceLogin?service=grandcentral'

Original issue reported on code.google.com by he...@andrewfasano.com on 28 Feb 2013 at 4:11