je sais pas ce que j'ai fais en plus depuis la dernière fois

This commit is contained in:
Fomys 2018-11-22 19:24:25 +01:00
parent 5c3394c28e
commit 3f1940df00

View File

@ -77,6 +77,9 @@ main_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
main_socket.bind((HOST, PORT))
class ServerThread(threading.Thread):
"""Main server thread"""
#### Threads ####
class ClientThread(threading.Thread):
"""Main thread, for each client"""