Update clientWin.py
This commit is contained in:
@@ -139,8 +139,8 @@ while not current_user:
|
|||||||
elif keuze == "2":
|
elif keuze == "2":
|
||||||
signup()
|
signup()
|
||||||
|
|
||||||
host = "192.168.254.36"
|
host = "127.0.0.1"
|
||||||
port = 44703
|
port = 44705
|
||||||
|
|
||||||
try:
|
try:
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user