Skip to content

Commit 7214748

Browse files
POR FAVOR, DESCARGALO
1 parent 912d2cc commit 7214748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliente.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66
def start_client():
7-
host = '192.168.24.153' # Cambia la dirección IP a la del servidor
7+
host = 'x.x.x.x' # Cambia la dirección IP a la del servidor
88
port = 4444
99

1010
client = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

0 commit comments

Comments
 (0)