Skip to content

Commit 42fe061

Browse files
authored
Update websocket_http_server.py
1 parent 012ccd2 commit 42fe061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket_http_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def start_data_stream():
101101
if i == 1:
102102
threading.Thread(target=start_data_stream).start()
103103
else:
104-
print("okay")
104+
pass
105105

106106
print("New client connected and was given id %d" % client['id'])
107107

0 commit comments

Comments
 (0)