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