1
0
Fork 0

fix(api): return JSON params after image requests

This commit is contained in:
Sean Sube 2023-02-01 22:35:10 -06:00
parent b1eec6907a
commit 2123d42c45
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def json_params(
json['size'] = size
return
return json
def save_image(ctx: ServerContext, output: str, image: Image.Image) -> str: