From d2b97bccdc64b91cf6196fe076f3c840af50458a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 17:35:00 +0800 Subject: [PATCH] buggix --- llmage/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/utils.py b/llmage/utils.py index 770f974..a595b4b 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -60,7 +60,7 @@ async def tpac_accounting(tpac, userid, llmid, amount, usage, luid): b = await hc.request('POST', url, data=d) d = json.loads(b.decode('utf-8')) if d['status'] == 'ok': - debug(f'{d=}' + debug(f'{d=}') await update_llmusage({'id': luid, 'accounting_status': 'accounted'}) return raise Exception(f'{d} tpac accounting error')