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()
|
signup()
|
||||||
|
|
||||||
# connect
|
# connect
|
||||||
host = "127.0.0.1"
|
host = "192.168.254.138"
|
||||||
port = 44703 # <---- edit port
|
port = 44703 # <---- edit port
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user