Horus
Results
1
comments of
Horus
I'm having the same error. I'm using python and here's my code (loc is my location variable) ``` query_result = google_places.nearby_search(location=loc) place = query_result.places[0] place.get_details() loc = json.dumps(place.formatted_address) ``` I...