Arcypojeb commited on
Commit
6b54337
1 Parent(s): 4c40195

Update clientFlowise.py

Browse files
Files changed (1) hide show
  1. 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, clientPort):
 
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