Update clientWin.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user