From 93290d4293747c05fe5bf577d7e331994fbdcbbd Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sun, 8 Feb 2026 12:00:20 +0100 Subject: [PATCH] updated main.py/client.py with the right server ip/port --- main.py/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py/client.py b/main.py/client.py index 2f15413..f693d96 100644 --- a/main.py/client.py +++ b/main.py/client.py @@ -103,7 +103,7 @@ while not current_user: signup() # connect -host = "127.0.0.1" +host = "192.168.254.138" port = 44703 # <---- edit port s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) try: