bugfix
This commit is contained in:
parent
3c57ee26ca
commit
36db9e959b
@ -192,9 +192,10 @@ async def backend_accounting():
|
||||
while True:
|
||||
try:
|
||||
lus = await get_accounting_llmusages()
|
||||
debug(f'get accounting {len(lus)} lus')
|
||||
except Exception as e:
|
||||
exception(f'{e}')
|
||||
lus = []
|
||||
debug(f'get accounting {len(lus)} lus')
|
||||
for lu in lus:
|
||||
try:
|
||||
debug(f'backend_accounting(): {lu.id=} handleing...')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user