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