Skip to content

Commit

Permalink
detect "Turkey" as TR
Browse files Browse the repository at this point in the history
fixes #18
  • Loading branch information
westnordost committed Jul 3, 2024
1 parent 00980ca commit 807b936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/parsers/parse_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def get_country_code(name):
"Palestine": "PS",
"Pitcairn Islands": "PN",
"Russia": "RU",
"Turkey": "TR",
"United Kingdom:Scotland": "GB-SCT"
}

Expand Down

0 comments on commit 807b936

Please sign in to comment.