Spaces:
Sleeping
Sleeping
Update clientFlowise.py
Browse files- clientFlowise.py +2 -3
clientFlowise.py
CHANGED
|
@@ -10,10 +10,9 @@ client_ports = []
|
|
| 10 |
|
| 11 |
# Define the websocket client class
|
| 12 |
class WebSocketClient5:
|
| 13 |
-
def __init__(self
|
|
|
|
| 14 |
# Initialize the uri attribute
|
| 15 |
-
self.clientPort = clientPort
|
| 16 |
-
|
| 17 |
if "client_ports" not in st.session_state:
|
| 18 |
st.session_state['client_ports'] = ""
|
| 19 |
|
|
|
|
| 10 |
|
| 11 |
# Define the websocket client class
|
| 12 |
class WebSocketClient5:
|
| 13 |
+
def __init__(self):
|
| 14 |
+
|
| 15 |
# Initialize the uri attribute
|
|
|
|
|
|
|
| 16 |
if "client_ports" not in st.session_state:
|
| 17 |
st.session_state['client_ports'] = ""
|
| 18 |
|