perf: 修改文案

This commit is contained in:
ibuler
2022-09-21 14:01:24 +08:00
parent 584ce0afe3
commit e498a645d3

2
jms
View File

@@ -117,7 +117,7 @@ def download_ip_db():
path = os.path.join(db_base_dir, *p)
if os.path.isfile(path) and os.path.getsize(path) > 1000:
continue
print("Download address db: {}".format(path))
print("Download ip db: {}".format(path))
download_file(src, path)