chore: return item on upload
This commit is contained in:
parent
f812d9d698
commit
2f33bcf497
@ -1365,6 +1365,8 @@ async def upload_file(prompt_id, filename, subfolder=None, content_type="image/p
|
|||||||
item["upload_duration"] = end_time - start_time
|
item["upload_duration"] = end_time - start_time
|
||||||
if ok.get("is_public") is not None:
|
if ok.get("is_public") is not None:
|
||||||
item["is_public"] = ok.get("is_public")
|
item["is_public"] = ok.get("is_public")
|
||||||
|
|
||||||
|
return item
|
||||||
|
|
||||||
def have_pending_upload(prompt_id):
|
def have_pending_upload(prompt_id):
|
||||||
if prompt_id in prompt_metadata and len(prompt_metadata[prompt_id].uploading_nodes) > 0:
|
if prompt_id in prompt_metadata and len(prompt_metadata[prompt_id].uploading_nodes) > 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user