galx = re.search(r"name=\"GALX\"\s+value=\"(.+)\"", content).group(1)AttributeError: 'NoneType' object has no attribute 'group'
it worked when i download pygooglevoice-master fromhttps://github.com/pettazz/pygooglevoice
copy files into lib/site-packages from pygooglevoice foldersudo python setup.py install
No comments:
Post a Comment