Skip to content
Snippets Groups Projects
Commit e29df843 authored by Eustache Le Bihan's avatar Eustache Le Bihan
Browse files

clean code

parent f7dbb827
No related branches found
No related tags found
No related merge requests found
......@@ -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.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment