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)