@@ -113,7 +113,7 @@ for _ in range(run_count):
old_grade_file.truncate()
# 获取成绩信息
grade_data = student_client.get_grade("2024").get("data", {})
grade_data = student_client.get_grade("").get("data", {})
grade = grade_data.get("courses", [])
# 成绩不为空时则对成绩信息进行处理
The note is not visible to the blocked user.