From e29df843f38b8362fac2863626d773f7a97dfbd2 Mon Sep 17 00:00:00 2001 From: Eustache Le Bihan <eulebihan@gmail.com> Date: Tue, 13 Aug 2024 10:10:21 +0000 Subject: [PATCH] clean code --- listen_and_play.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/listen_and_play.py b/listen_and_play.py index 179c949..675f78b 100644 --- a/listen_and_play.py +++ b/listen_and_play.py @@ -121,11 +121,7 @@ def listen_and_play( finally: stop_event.set() recv_thread.join() - print("1") - send_thread.join() - print("2") - send_socket.close() recv_socket.close() print("Connection closed.") -- GitLab