removed main from the server module. forgot it was there
This commit is contained in:
parent
27acbb2be3
commit
3b875f2233
@ -29,7 +29,3 @@ class EchoServer:
|
|||||||
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