bugfix
This commit is contained in:
parent
2691ec15de
commit
e6c790fea3
@ -6,7 +6,12 @@ from filemgr.init import load_filemgr
|
||||
from rag.init import load_rag
|
||||
from dapi.init import load_dapi
|
||||
|
||||
def get_module_dbname(m):
|
||||
return 'kyrag'
|
||||
|
||||
def init():
|
||||
env = ServerEnv()
|
||||
env.get_module_dbname = get_module_dbname
|
||||
load_appbase()
|
||||
load_rbac()
|
||||
load_filemgr()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user