This commit is contained in:
NianBroken
2024-08-04 21:53:33 +08:00 Unverified
parent e4b6fecee5
commit 9588442370
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ def get_grade(student_client, output_type="none"):
try:
# 获取成绩信息
grade_data = student_client.get_grade().get("data", {})
grade = grade_data.get("courses123456", [])
grade = grade_data.get("courses", [])
# 成绩不为空时
if grade: