Skip to content

Commit

Permalink
remove double startup of the websocket server
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Aug 11, 2024
1 parent e986bee commit a22cc1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion impsy/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ def serve_forever(self):
rnn_thread = Thread(
target=self.playback_rnn_loop, name="rnn_player_thread", daemon=True
)
self.websocket_sender.connect() # TODO verify websockets again.

# Logging
if self.config["log"]:
Expand Down

0 comments on commit a22cc1d

Please sign in to comment.