removed main from the server module. forgot it was there

This commit is contained in:
Greg Gauthier 2020-10-14 22:14:05 +01:00
parent 3b875f2233
commit deb3e1ca62
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ class EchoServer:
break
response = "Received: " + data
conn.sendall(response.encode())
conn.close()
conn.close()