diff --git a/pi_client.py b/pi_client.py index a7efac3..9619e76 100644 --- a/pi_client.py +++ b/pi_client.py @@ -3,7 +3,7 @@ import sort import control_motor import control_pixel -host = socket.gethostname() +host = 192.168.1.3 # socket.gethostname() port = 9001 # The same port as used by the server s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((host, port))