Skip to content

Commit

Permalink
Use a mirror for ISO codes data as upstream is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 7, 2024
1 parent f9e4690 commit 9484870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/iso_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@lru_cache(2)
def iso_codes_data():
URL = 'https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/main/iso-codes-main.zip'
URL = 'https://download.calibre-ebook.com/iso-codes.zip'
return download_securely(URL)


Expand Down

0 comments on commit 9484870

Please sign in to comment.