This commit is contained in:
yumoqing 2026-05-21 23:34:43 +08:00
parent 3e886938be
commit 5cc249e691

View File

@ -230,7 +230,7 @@ async def backend_accounting():
except Exception as e: except Exception as e:
exception(f'{e}') exception(f'{e}')
lus = [] lus = []
debug(f'{len(lus)=} need to accounting........') # debug(f'{len(lus)=} need to 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...')