移除ef_course_autopilot中的重复检测提示

This commit is contained in:
2026-05-22 12:49:13 +08:00
parent 229369c308
commit 48e9d0d4b2
-4
View File
@@ -983,10 +983,6 @@ class EFCourseAutopilot:
lesson_key = f"{self.ctx.course_id}:{self.ctx.node_id}" lesson_key = f"{self.ctx.course_id}:{self.ctx.node_id}"
if lesson_key in self._processed_lessons: if lesson_key in self._processed_lessons:
self.repeat_detected = True self.repeat_detected = True
self._log("\n⚠️ 检测到重复课程!该课程已处理过但未能晋级。")
self._log(" 请手动完成此课程,处理方式二选一:")
self._log(" ① 打开F12录制HAR,从课程列表到学习完成的全流程,将har文件发给开发者优化")
self._log(" ② 直接手动学习完成,完成后本程序将继续处理后续课程")
return False return False
# 步骤②: 注册课程会话 # 步骤②: 注册课程会话