bugfix
This commit is contained in:
parent
ae58355175
commit
f1e5cb88a4
@ -218,6 +218,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........')
|
||||||
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