mirror of https://github.com/OpenSPG/KAG
fix config (#642)
This commit is contained in:
parent
e1012d39e4
commit
5975127bc0
|
@ -14,7 +14,7 @@ def run_main_solver(task: TaskReq):
|
|||
is_report=task.req.report,
|
||||
host_addr=task.req.host_addr,
|
||||
app_id=task.app_id,
|
||||
params=task.config,
|
||||
params={"config": task.config},
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue