From 5646e6e49a108d94d901f46d774e191744394617 Mon Sep 17 00:00:00 2001 From: Cactus Date: Mon, 11 Sep 2023 00:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20adapt=20to=20the=20latest=20version?= =?UTF-8?q?=20of=20learn=20tsinghua=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- learn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn.py b/learn.py index 496b795..4b8de0e 100755 --- a/learn.py +++ b/learn.py @@ -95,7 +95,7 @@ def get_courses(args): courses = [] for q in query_list: try: - c_stu = get_json('/b/wlxt/kc/v_wlkc_xs_xkb_kcb_extend/student/loadCourseBySemesterId/' + q)['resultList'] + c_stu = get_json('/b/wlxt/kc/v_wlkc_xs_xkb_kcb_extend/student/loadCourseBySemesterId/' + q + '/zh/')['resultList'] except: c_stu = [] try: