fix state end

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-14 12:46:43 +01:00
parent d432945a29
commit c86674047a
5 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ class APIControl:
output_info += item
else:
pass
shared.state.end(jobid)
shared.state.end(jobid, api=False)
# return
b64images = list(map(helpers.encode_pil_to_base64, output_images)) if send_images else []