auto-sync: 2026-05-21 22:38:16

This commit is contained in:
cfdaily
2026-05-21 22:38:16 +08:00
parent c17dd35301
commit 2d7df94e99
-1
View File
@@ -339,7 +339,6 @@ curl -X POST http://{self.api_host}:{self.api_port}/api/projects/{project_id}/ta
if on_complete:
try:
result = on_complete(agent_id, outcome)
import asyncio
if asyncio.iscoroutine(result):
await result
except Exception: