diff --git a/public/main.js b/public/main.js index 020080209c4e62d37d5976bc233aba210cc6e8b8..6139128ea0cfdc400a4e2071112505f746884b36 100644 --- a/public/main.js +++ b/public/main.js @@ -10,7 +10,7 @@ var cluster = new Cluster(); cluster.show(); // console.log("Connecting to socket") -var socket = io('https://rlhm.glepage.com'); +var socket = io('https://ws.robotlearn.inrialpes.fr'); // console.log("Succesfully connected to socket server.") function update_timestamp() { diff --git a/start.sh b/start.sh index 4d455d80d78f672652c14dae64ce2afc7c29334d..69935918fcbb534e2062748b843ea0c79790cb61 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ #!/bin/sh -export PYTHONPATH=. +export PYTHONPATH=/var/home/cluster-monitor/cluster-monitor/ -python3 cluster_monitor/main.py +/usr/local/bin/python3.9 $PYTHONPATH/start.sh