diff --git a/listen_and_play.py b/listen_and_play.py index 179c9494537d1d72f0c4ecad3c11bb9ba222248b..675f78b84a39c41f41f05b51b141fde87f105dfc 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.")