From 90b6ae1403dfc011ac468490e92dc96e7841e1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:19:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.py b/bin/main.py index 34a5971..25b6e9d 100644 --- a/bin/main.py +++ b/bin/main.py @@ -54,7 +54,7 @@ def Get_ipv4_address(): # 获取当前的IP地址 if filtered_ips: return filtered_ips[0] else: - return "IPv4获取失败" + return "地址获取失败" except subprocess.CalledProcessError as e: logging.error("获取IPv4地址失败: %s", e) return "获取失败"