1
0
Fork 0

fix(api): save correct image as thumbnail

This commit is contained in:
Sean Sube 2024-01-28 20:08:03 -06:00
parent 8b26c12439
commit 3c17fb8d50
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def save_result(
save_image( save_image(
server, server,
filename, filename,
image, thumbnail,
) )
) )