From 9d8dc069c0e93eb6487cb49f59e6ea428d7ffc31 Mon Sep 17 00:00:00 2001 From: zhilv Date: Wed, 19 Nov 2025 11:40:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(log):=20=E6=B7=BB=E5=8A=A0=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=97=B6=E5=80=99=E6=9F=A5=E7=9C=8B=E8=BF=9B=E5=BA=A6?= 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 0e8569a..e4b4452 100644 --- a/main.py +++ b/main.py @@ -319,7 +319,7 @@ class CKWK: print(f"{i+1}: {_c.get("name", "")} {_c.get("progress", "")}") cs_order = input("请输入刷课顺序(用英文逗号分隔,不需要耍的不用加): ") cs_list = [cs[int(_c) - 1] for _c in cs_order.split(",")] - + print(f"{cs[0].get("name", "")} {cs[0].get("progress", "")}") cs_list = cs # for c in self.user.get("courses", []): for c in cs_list: