Update clientWin.py

This commit is contained in:
2026-02-22 14:14:58 +01:00
parent d27a968d01
commit ea7d3c1eb8

View File

@@ -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)