From 9c4c39342676f53a24ef5cd454377f61638d92e2 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 11 Apr 2025 15:51:17 +0800 Subject: [PATCH] update --- app/api/v1/tryon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/v1/tryon.py b/app/api/v1/tryon.py index 3abc2df..ffe8a85 100644 --- a/app/api/v1/tryon.py +++ b/app/api/v1/tryon.py @@ -126,7 +126,7 @@ async def check_tryon_status( if completion.get("status") == "SUCCEEDED": completion_url = completion.get("image_url") - url = await cos_service.upload_file_from_url(completion_url, "tryon", tryon_history.id) + url = await cos_service.upload_file_from_url(completion_url) tryon_history.status = TryonStatus.COMPLETED tryon_history.completion_url = url await db.commit()