I am trying to write a socket server. The server itself doesn\'t accomplish anything all that interesting. Right now my problem is that python is complaining about my arguments
I guess clients is an array. Try read_client_sockets=[the_socket] + clients instead.
clients
read_client_sockets=[the_socket] + clients