1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Rename status notes to status messages.

I think message describes them better.
This commit is contained in:
comfyanonymous
2024-01-12 18:17:06 -05:00
parent bcc0bde2af
commit 56d9496b18
2 changed files with 10 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ def prompt_worker(q, server):
status=execution.PromptQueue.ExecutionStatus(
status_str='success' if e.success else 'error',
completed=e.success,
notes=e.status_notes))
messages=e.status_messages))
if server.client_id is not None:
server.send_sync("executing", { "node": None, "prompt_id": prompt_id }, server.client_id)