bugfix
This commit is contained in:
parent
9fefd971ab
commit
c2caf97996
@ -23,6 +23,7 @@ from appbase.init import load_appbase
|
||||
from llmage.init import load_llmage
|
||||
from pricing.init import load_pricing
|
||||
from discount.init import load_discount
|
||||
from dapi.init import load_dapi
|
||||
|
||||
# 初始化配置
|
||||
p = ProgramPath()
|
||||
@ -58,6 +59,7 @@ def main():
|
||||
load_accounting()
|
||||
load_pricing()
|
||||
load_discount()
|
||||
load_dapi()
|
||||
try:
|
||||
loop.run_until_complete(backend_accounting())
|
||||
except asyncio.CancelledError:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user