diff --git a/flightStatus/README.md b/flightStatus/README.md index b4c6a96..ea484a4 100644 --- a/flightStatus/README.md +++ b/flightStatus/README.md @@ -15,7 +15,7 @@ You need to be on inflight wifi for the webpage to work. pip install -r requirements.txt # run flight status updater every 60 seconds -while true; do python gen_flight_status.py; sleep 60; done +while true; do python3 gen_flight_status.py; sleep 60; done # in another terminal, start a web server python3 -m http.server diff --git a/flightStatus/index.html b/flightStatus/index.html index 38c96c8..c7cb459 100644 --- a/flightStatus/index.html +++ b/flightStatus/index.html @@ -23,7 +23,10 @@