From 32c5fa8662bd3d05a94193511b1b0e492a8820be Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 12 Feb 2026 15:01:30 +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 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()