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