Skip to content

Commit

Permalink
Update validate_city.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiol committed Nov 5, 2024
1 parent 288ca5e commit 8e47d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/validate_city.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ def validate_city(city):
{'Campulung': ['campulung muscel', 'campulung Muscel']},
{'Poiana Lacului': ['poiana lacului']},
{'Targu-Mures': ['tg. mures']},
{'Slatina': ['slatina - olt']}
{'Slatina': ['slatina - olt']},
{'Pitesti': ['argeș']}
]

for item in validated_cities:
Expand Down

0 comments on commit 8e47d75

Please sign in to comment.