Skip to content

Commit f7992d2

Browse files
committed
fix config
1 parent e1012d3 commit f7992d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kag/solver/server/main_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def run_main_solver(task: TaskReq):
1414
is_report=task.req.report,
1515
host_addr=task.req.host_addr,
1616
app_id=task.app_id,
17-
params=task.config,
17+
params={"config": task.config},
1818
)
1919

2020

0 commit comments

Comments
 (0)