This commit is contained in:
yumoqing 2026-03-30 15:48:45 +08:00
parent 5f23c684ee
commit fdac85e150

View File

@ -5,4 +5,5 @@ async with sor_get_context(env, 'llmage') as sor:
for r in recs: for r in recs:
try: try:
x = await llm_accounting(request, r) x = await llm_accounting(request, r)
except Exception(f'{r.id=} accounting error') except Exception as e:
exception(f'{r.id=} accounting error')