This commit is contained in:
yumoqing 2026-04-24 17:58:53 +08:00
parent ae58355175
commit f1e5cb88a4

View File

@ -218,6 +218,7 @@ async def backend_accounting():
except Exception as e:
exception(f'{e}')
lus = []
debug(f'{len(lus)=} need to accounting........')
for lu in lus:
try:
debug(f'backend_accounting(): {lu.id=} handleing...')