je sais pas ce que j'ai fais en plus depuis la dernière fois
This commit is contained in:
parent
5c3394c28e
commit
3f1940df00
@ -77,6 +77,9 @@ main_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
|||||||
main_socket.bind((HOST, PORT))
|
main_socket.bind((HOST, PORT))
|
||||||
|
|
||||||
|
|
||||||
|
class ServerThread(threading.Thread):
|
||||||
|
"""Main server thread"""
|
||||||
|
|
||||||
#### Threads ####
|
#### Threads ####
|
||||||
class ClientThread(threading.Thread):
|
class ClientThread(threading.Thread):
|
||||||
"""Main thread, for each client"""
|
"""Main thread, for each client"""
|
||||||
|
Loading…
Reference in New Issue
Block a user