-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Milestone
Description
Hi, I'm trying to use the following function to get the city info:
list_of_locations = city_registry.locations_for("New York", country="US")
It returns the empty list.
The following function returns non-empty list:
list_of_locations = city_registry.locations_for("Paris", country="FR")
What could be the reason for the empty list in the first case? I tried many different US cities and all of them return empty list.
Thanks!