logging broken?
This commit is contained in:
parent
b8667ef725
commit
c631ed31bf
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class SockHandler(socketserver.BaseRequestHandler):
|
|||
def handle(self):
|
||||
self.data = self.request.recv(1024).strip()
|
||||
#log.info(f"client address: {self.client_address}")
|
||||
log.info(f"received data:\n{self.data}")
|
||||
#log.info(f"received data:\n{self.data}")
|
||||
self.request.sendall(b"Hello, World!\n")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue