This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Francesco Mantovani
Recipients Francesco Mantovani
Date 2017-10-16.10:14:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508148883.41.0.213398074469.issue31797@psf.upfronthosting.co.za>
In-reply-to
Content
I attach here a file with 3 different way to parse Google Places API.

Please put your Google API key token into the variable [PutHereYourGoogleAPIKey] to make the script work.

The script contains 3 loops:
- the first loop works and that's how I fixed the problem 
- the second loop fail because of the `elif`
- the third loop works because all `elif` were removed
History
Date User Action Args
2017-10-16 10:14:43Francesco Mantovanisetrecipients: + Francesco Mantovani
2017-10-16 10:14:43Francesco Mantovanisetmessageid: <1508148883.41.0.213398074469.issue31797@psf.upfronthosting.co.za>
2017-10-16 10:14:43Francesco Mantovanilinkissue31797 messages
2017-10-16 10:14:43Francesco Mantovanicreate