removed main from the server module. forgot it was there
This commit is contained in:
parent
3b875f2233
commit
deb3e1ca62
@ -28,4 +28,4 @@ class EchoServer:
|
|||||||
break
|
break
|
||||||
response = "Received: " + data
|
response = "Received: " + data
|
||||||
conn.sendall(response.encode())
|
conn.sendall(response.encode())
|
||||||
conn.close()
|
conn.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user