From 90482c1651077d1623ad57e5275c1f779fde9501 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 21:42:16 +0800 Subject: [PATCH] auto-sync: 2026-05-17 21:42: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 3b605aa..d91b259 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -320,7 +320,7 @@ class Ticker: try: result = await self.dispatcher.dispatch( task, - project_config={"project_id": project_id}, + project_config={"project_id": project_id, "db_path": db_path}, ) if result["status"] == "dispatched" and result["level"] in ("full", "escalate"): # 标记为 claimed