Skip to content

Commit f05230e

Browse files
committed
update
1 parent d5376ff commit f05230e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/build_cn_bin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def _build_geoip_text(output_path: Path, zip_url: str) -> None:
6969

7070

7171
def _build_iana(output_path: Path, zip_url: str) -> None:
72+
""" TODO: 需要精细化的 IANA 数据时,使用 https://github.com/harmonsir/iana-geoip """
7273
temp_dir = Path(tempfile.mkdtemp())
7374
try:
7475
_download_zip(zip_url, temp_dir)

0 commit comments

Comments
 (0)