From 7d709a7e12cfc60cbdc33a104d7a1d4401b407c7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 18 Mar 2025 22:31:50 +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 39eed08..a98ac82 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -73,7 +73,7 @@ class Accounting: l['amount'] = amtstr except Exception as e: - exception(f'{e=}, {l['amt_pattern']}, {self.variable=}') + exception(f"{e=}, {l['amt_pattern']}, {self.variable=}") raise e if l['amount'] is None: