perf: 修改文案

pull/8931/head
ibuler 2022-09-21 14:01:24 +08:00
parent 584ce0afe3
commit e498a645d3
1 changed files with 1 additions and 1 deletions

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)