diff --git a/main.py/client.py b/main.py/client.py index 2f15413..f693d96 100644 --- a/main.py/client.py +++ b/main.py/client.py @@ -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: