Add a note to script about which websocket library is used.

This commit is contained in:
comfyanonymous 2023-06-12 17:05:28 -04:00
parent f5d8aadb22
commit 2803e78bd0
1 changed files with 1 additions and 1 deletions

View File

@ -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