From 9c98265898014f4dd68bd851c91f8cb53154ad0f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 29 Jan 2026 17:49:00 +0800 Subject: [PATCH] bugfix --- accounting/accounting_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/accounting_config.py b/accounting/accounting_config.py index 350bc09..f4caccd 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -49,7 +49,7 @@ class Accounting: async def setup_all_accounting_legs(self): self.accounting_legs = [] debug(f'{self.callers=}') - for i, caller in ienumerate(self.callers): + for i, caller in enumerate(self.callers): self.caller = caller self.curdate = caller.curdate self.realtimesettled = False