From 9ec0754cae9c2f7e27e5a57f3a46a9ad92b7163a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 17 Dec 2025 08:00:24 +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 2aa7662..d0fefa2 100644 --- a/accounting/init.py +++ b/accounting/init.py @@ -8,7 +8,7 @@ from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAc from .getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount from .bizaccount import BizAccounting from .recharge import RechargeBiz, recharge_accounting -from .comsume import ConsumeBiz +from .consume import ConsumeBiz def load_accounting(): g = ServerEnv()