This commit is contained in:
NianBroken
2024-08-04 21:51:29 +08:00 Unverified
parent d154b680fc
commit e4b6fecee5
3 changed files with 14 additions and 13 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("courses", [])
grade = grade_data.get("courses123456", [])
# 成绩不为空时
if grade: