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)