From 2803e78bd0ad3c321bb7c044694d6d27b19ed713 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 12 Jun 2023 17:05:28 -0400 Subject: [PATCH] Add a note to script about which websocket library is used. --- script_examples/websockets_api_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script_examples/websockets_api_example.py b/script_examples/websockets_api_example.py index 25882d8..57a6cbd 100644 --- a/script_examples/websockets_api_example.py +++ b/script_examples/websockets_api_example.py @@ -1,7 +1,7 @@ #This is an example that uses the websockets api to know when a prompt execution is done #Once the prompt execution is done it downloads the images using the /history endpoint -import websocket +import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client) import uuid import json import urllib.request