增加重复答题检查

This commit is contained in:
2026-05-21 15:41:51 +08:00
parent 4afa7c51f8
commit 03e2366c38
2 changed files with 74 additions and 0 deletions
+6
View File
@@ -101,6 +101,12 @@ token.txt 说明:
try:
success = autopilot.run()
if autopilot.repeat_detected:
print("\n⚠️ 检测到重复课程,自动循环终止。")
print(" 请手动登录平台检查课程状态,或联系开发者优化。")
print(f" 诊断文件已保存至当前目录。")
total_fail += 1
break
if success:
total_success += 1
else: