Merge branch 'main' into configure-more-params

This commit is contained in:
giubots
2025-05-02 12:23:45 +02:00
committed by GitHub
9 changed files with 126 additions and 57 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class Client:
# start websocket client in a thread
self.ws_thread = threading.Thread(target=self.client_socket.run_forever)
self.ws_thread.setDaemon(True)
self.ws_thread.daemon = True
self.ws_thread.start()
self.transcript = []