From e498a645d37467321fa98e76041009559b783143 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 21 Sep 2022 14:01:24 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jms b/jms index 4f1fb9a99..5d5b5c433 100755 --- a/jms +++ b/jms @@ -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)