auto-sync: 2026-05-24 19:53:16

This commit is contained in:
cfdaily
2026-05-24 19:53:16 +08:00
parent 0861544247
commit 8d7599d35e
+1 -1
View File
@@ -809,7 +809,7 @@ class Ticker:
elapsed = (now - start_time).total_seconds() / 60.0
if elapsed > timeout_minutes:
# [v2.7.1] Mail 幻觉门控兜底:有回复 + working → done
if project_id == "_mail":
if self._current_project_id == "_mail":
has_reply = self._mail_check_reply(task.id, db_path)
if has_reply:
conn = get_connection(db_path)