bugfix
This commit is contained in:
parent
7982a0fd30
commit
4b90e59a42
@ -20,6 +20,7 @@ from ahserver.serverenv import ServerEnv
|
||||
from appPublic.log import MyLogger, debug, exception, info
|
||||
from accounting.init import load_accounting
|
||||
from llmage.init import load_llmage
|
||||
from pricing.init import load_pricing
|
||||
|
||||
# 初始化配置
|
||||
p = ProgramPath()
|
||||
@ -52,6 +53,7 @@ def main():
|
||||
env = ServerEnv()
|
||||
env.get_module_dbname = get_module_dbname
|
||||
load_accounting()
|
||||
load_pricing()
|
||||
try:
|
||||
loop.run_until_complete(backend_accounting())
|
||||
except asyncio.CancelledError:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user