This commit is contained in:
Ben Harris 2018-09-15 04:49:10 -04:00
parent a995a7a159
commit 44708afbe3
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ while True:
(clientsocket, address) = serversocket.accept()
print("Connected to " + address[0])
threading.Thread(target=clientthread, args=(clientsocket,)).start()
socket.close()
serversocket.close()