Skip to content

Commit

Permalink
Added 2-letter codes
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus committed Jan 28, 2024
1 parent dda3a13 commit 7df4a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuallee/iso/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _get_ccy(element):
@lru_cache
def _load_countries():
"""External download from Google shared data of country codes and locations"""
return list(get_alpha2_codes().values())
return list(get_alpha2_codes().keys())


class ISO:
Expand Down

0 comments on commit 7df4a19

Please sign in to comment.