From 0175d4181bef6b8e641c72f5b13ad0c8a77028e7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 27 Dec 2025 12:00:13 +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 6ed0bd6..3350e3f 100644 --- a/accounting/accounting_config.py +++ b/accounting/accounting_config.py @@ -160,7 +160,7 @@ class Accounting: async def do_accounting(self, sor): self.sor = sor - await self.setup_accounting_legs() + await self.setup_all_accounting_legs() debug(f'do_accounting() ...{self.accounting_legs=}') self.check_accounting_balance(self.accounting_legs) for leg in self.accounting_legs: