updated main.py/client.py with the right server ip/port
This commit is contained in:
@@ -103,7 +103,7 @@ while not current_user:
|
||||
signup()
|
||||
|
||||
# connect
|
||||
host = "127.0.0.1"
|
||||
host = "192.168.254.138"
|
||||
port = 44703 # <---- edit port
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user