From 948302a5e693dd3e8b09ed26f41219dd1115d156 Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Thu, 10 Apr 2025 07:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20main.py=20=E4=B8=AD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=B3=BB=E7=BB=9F=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E4=BB=85=E6=98=BE=E7=A4=BA=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=90=8D=E7=A7=B0?= 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 029b0f5..31e1cc7 100644 --- a/main.py +++ b/main.py @@ -37,7 +37,7 @@ def pseudo_zsh(): os.system("clear") # 清屏 # 显示系统信息 - system_name = get_simple_system_info() + system_name = get_simple_system_info().split()[0] system_version = platform.version() architecture = platform.architecture()[0] hostname = platform.node()