diff --git a/accounting/accounting_config.py b/accounting/accounting_config.py index 184f560..1f86604 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -78,7 +78,7 @@ class Accounting: ) self.accounting_legs = legs except Exception as e: - exception(f'{self.accounting_legs=}, {e=}\n{format_exec()}') + exception(f'{self.accounting_legs=}, {e=}\n{format_exc()}') await self.get_legs_account()