feat(main.py): 添加成绩最近一次更新时间显示功能

This commit is contained in:
NianBroken
2024-08-27 19:41:23 +08:00 Unverified
parent 0e0720947a
commit 9862b6e199
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -247,7 +247,9 @@ else:
# 输出响应内容
run_log += f"{response_text}"
else:
last_submission_time = get_grade(student_client, output_type="last_submission_time")
run_log += "成绩未更新"
run_log += f"最近一次更新时间:{last_submission_time}"
# 更新info.txt
if run_count == 2: