Close socket

This commit is contained in:
Amazed 2019-02-12 14:58:39 +01:00
parent c5c615e778
commit c23a7ed0af
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ def queryloop(querysock):
b += b'\x00'
print("Sending back", b)
clientsocket.send(b)
clientsocket.close()
def registerloop(registersock):
while True: