From 8d7599d35e98633a39d17491ca5515ba891f3d61 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 24 May 2026 19:53:16 +0800 Subject: [PATCH] auto-sync: 2026-05-24 19:53:16 --- src/daemon/ticker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index d021147..7dee58b 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -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)