@@ -164,7 +164,6 @@ def run_server():
try:
data = conn.recv(1024)
if not data: break
print(data)
resp = process_command(tef, data, state)
if resp: conn.sendall(resp)
except ConnectionResetError: break
The note is not visible to the blocked user.