buggix
This commit is contained in:
parent
408f8acadc
commit
b4d01099ac
@ -229,8 +229,8 @@ async def backend_accounting():
|
|||||||
for lu in lus:
|
for lu in lus:
|
||||||
try:
|
try:
|
||||||
debug(f'backend_accounting(): {lu.id=} handleing...')
|
debug(f'backend_accounting(): {lu.id=} handleing...')
|
||||||
# apikey = await get_user_tpac_apikey(lu.userid)
|
|
||||||
tpac = await get_user_tpac(lu.userid)
|
tpac = await get_user_tpac(lu.userid)
|
||||||
|
debug(f'{lu.userid=}, {tpac=}')
|
||||||
if tpac:
|
if tpac:
|
||||||
await tpac_accounting(tpac, lu.userid, lu.llmid, lu.amount, lu.usages, lu.id)
|
await tpac_accounting(tpac, lu.userid, lu.llmid, lu.amount, lu.usages, lu.id)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user