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:
2
main.py
2
main.py
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user