Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Jan 26, 2024
1 parent ade772a commit c7637d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions geonames.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def main():
cities = sorted(cities, key=lambda x: x.population, reverse=True)

timezones = sorted([x.timezone for x in cities])
timezones = list(set(timezones))
timezones_idx = {x: i for i, x in enumerate(timezones)}

countries = sorted([[x.iso, x.country] for x in get_countries()])
Expand Down
2 changes: 1 addition & 1 deletion src/utils/geonames.json

Large diffs are not rendered by default.

0 comments on commit c7637d2

Please sign in to comment.