Skip to content

Commit 9484870

Browse files
committed
Use a mirror for ISO codes data as upstream is flaky
1 parent f9e4690 commit 9484870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/iso_codes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2222

0 commit comments

Comments
 (0)