Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 7017e8f

Browse files
committed
send manual debugging
1 parent adea6bf commit 7017e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def client_connects_to_server(sock, server_addr, port):
2626

2727
def send(socket, message):
2828
socket.sendall(f"{message}\r\n".encode())
29+
print("MENSAJE ENVIADO, RECIBIENDO RESPUESTA")
2930
return response(socket)
3031

3132
def default_login(socket):

0 commit comments

Comments
 (0)