更新 main.py

This commit is contained in:
2025-07-28 21:14:14 +08:00
parent 3dee6a37eb
commit 3f3d72dd51

View File

@@ -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)