From ea7d3c1eb87d87af100c837361a7230ca1dbaa12 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sun, 22 Feb 2026 14:14:58 +0100 Subject: [PATCH] Update clientWin.py --- clientWin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientWin.py b/clientWin.py index fd87cbe..55ee806 100644 --- a/clientWin.py +++ b/clientWin.py @@ -139,8 +139,8 @@ while not current_user: elif keuze == "2": signup() -host = "192.168.254.36" -port = 44703 +host = "127.0.0.1" +port = 44705 try: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)