fix config (#642)

This commit is contained in:
royzhao 2025-07-16 14:27:07 +08:00 committed by GitHub
parent e1012d39e4
commit 5975127bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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},
)