updated main.py/client.py with the right server ip/port

This commit is contained in:
2026-02-08 12:00:20 +01:00
parent 70a59872fc
commit 93290d4293

View File

@@ -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: