perf: 修改文案

pull/8931/head
ibuler 2 years ago
parent 584ce0afe3
commit e498a645d3

2
jms

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

Loading…
Cancel
Save