Added the ability to display "Courses with unpublished scores" and "abnormal courses"

This commit is contained in:
NianBroken
2024-02-07 02:35:50 +08:00 Unverified
parent 2956fd8148
commit d19efed9b0
+4
View File
@@ -344,6 +344,10 @@ else:
# 对grade.txt和old_grade.txt两个文件的内容进行比对,输出成绩是否更新
if grade_content != old_grade_content or force_push_message:
# 判断是否选中了强制推送信息
if force_push_message:
print("强制推送")
else:
print("成绩已更新")
# 推送信息