From 3f3d72dd51d4c85559d935b0433f37d9964ba77b Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 28 Jul 2025 21:14:14 +0800 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 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b816e73..a08376f 100644 --- a/main.py +++ b/main.py @@ -166,7 +166,7 @@ def general_info(): """获取general信息""" LOGGER.info("获取general信息") try: - subprocess.run(["python", "general.py"], check=True) + subprocess.run(["python3", "general.py"], check=True) except subprocess.CalledProcessError as e: LOGGER.error("获取general信息失败: %s", e)