增加重复答题检查
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user