Added the ability to display the URL of the Faculty Management System as well as the account password in the log.

This commit is contained in:
NianBroken
2024-07-17 15:59:17 +08:00 Unverified
parent 268b36bebc
commit b81feeaf6c
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ else:
grades_updated_push_integrated_send_info,
)
# 输出响应内容
run_log += f"{response_text}\n"
run_log += f"{response_text}"
else:
run_log += "成绩未更新"