1
0
Fork 0

pass pipelined data to params

This commit is contained in:
Sean Sube 2024-02-17 15:22:33 -06:00
parent bd444232bb
commit b358d3b9fe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ def get_request_params(
) -> RequestParams:
data = get_request_data()
device, params, size = pipeline_from_json(server, default_pipeline)
device, params, size = pipeline_from_json(server, data, default_pipeline)
border = build_border(data["border"])
upscale = build_upscale(data["upscale"])
highres = build_highres(data["highres"])