From 058172c52aa8dccc5c1301c1d15e743776e7055b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 17 Dec 2025 07:55:25 +0800 Subject: [PATCH] bugfix --- accounting/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/init.py b/accounting/init.py index 7d99d0d..051a587 100644 --- a/accounting/init.py +++ b/accounting/init.py @@ -8,7 +8,7 @@ from accounting.openaccount import openOwnerAccounts, openProviderAccounts, open from accounting.getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount from accounting.bizaccount import BizAccounting from accounting.recharge import RechargeBiz, recharge_accounting -from comsume import ConsumeBiz +from accounting.comsume import ConsumeBiz def load_accounting(): g = ServerEnv()