From 48e9d0d4b298ea02b6e35d8e70723902f73092a2 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Fri, 22 May 2026 12:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4ef=5Fcourse=5Fautopilot?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=87=8D=E5=A4=8D=E6=A3=80=E6=B5=8B=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ef_course_autopilot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ef_course_autopilot.py b/ef_course_autopilot.py index d2ba6c6..38d90d1 100755 --- a/ef_course_autopilot.py +++ b/ef_course_autopilot.py @@ -983,10 +983,6 @@ class EFCourseAutopilot: lesson_key = f"{self.ctx.course_id}:{self.ctx.node_id}" if lesson_key in self._processed_lessons: self.repeat_detected = True - self._log("\n⚠️ 检测到重复课程!该课程已处理过但未能晋级。") - self._log(" 请手动完成此课程,处理方式二选一:") - self._log(" ① 打开F12录制HAR,从课程列表到学习完成的全流程,将har文件发给开发者优化") - self._log(" ② 直接手动学习完成,完成后本程序将继续处理后续课程") return False # 步骤②: 注册课程会话