diff --git a/script_examples/websockets_api_example.py b/script_examples/websockets_api_example.py index 25882d82..57a6cbd9 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