Skip to content

Commit

Permalink
Fixed United States issue
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-e committed Oct 4, 2022
1 parent a3480ee commit 46d7da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getData.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def getData(city, state, country, debug):
+ """]->.state;
area[name="""
+ '"'
+ country.replace(" ", "-")
+ country
+ '"'
+ """]->.country;
way(area.country)(area.state)(area.city)[!power][!place][!ferry];
Expand Down

0 comments on commit 46d7da1

Please sign in to comment.