Skip to content

Commit

Permalink
✅ adapt to the latest version of learn tsinghua (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
erbanku authored Sep 10, 2023
1 parent 4d82ff2 commit 5646e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5646e6e

Please sign in to comment.