From fdac85e1504a51e5ef69866f8ba6bdd1d1bf1615 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 15:48:45 +0800 Subject: [PATCH] bugfix --- wwwroot/llmaccounting.dspy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/llmaccounting.dspy b/wwwroot/llmaccounting.dspy index 5d0bf66..30bfe25 100644 --- a/wwwroot/llmaccounting.dspy +++ b/wwwroot/llmaccounting.dspy @@ -5,4 +5,5 @@ async with sor_get_context(env, 'llmage') as sor: for r in recs: try: x = await llm_accounting(request, r) - except Exception(f'{r.id=} accounting error') + except Exception as e: + exception(f'{r.id=} accounting error')