From b4d01099ac3298a1097bf3ae0f80f4935616de72 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 18:18:21 +0800 Subject: [PATCH] buggix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index b15b177..a0c5d12 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -229,8 +229,8 @@ async def backend_accounting(): for lu in lus: try: debug(f'backend_accounting(): {lu.id=} handleing...') - # apikey = await get_user_tpac_apikey(lu.userid) tpac = await get_user_tpac(lu.userid) + debug(f'{lu.userid=}, {tpac=}') if tpac: await tpac_accounting(tpac, lu.userid, lu.llmid, lu.amount, lu.usages, lu.id) else: