Explorar el Código

py3 ready

pull/52/head
Tobias Perschon hace 5 años
padre
commit
8791e1a2d8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      install.sh
  2. +1
    -1
      video_looper.conf

+ 1
- 1
install.sh Ver fichero

@@ -11,7 +11,7 @@ fi

echo "Installing dependencies..."
echo "=========================="
apt update && apt -y git install build-essential python3-dev python3 python3-pip python3-pygame supervisor omxplayer
apt update && apt -y install git build-essential python3-dev python3 python3-pip python3-pygame supervisor omxplayer

echo "Installing hello_video..."
echo "========================="


+ 1
- 1
video_looper.conf Ver fichero

@@ -1,7 +1,7 @@
# Supervisord configuration to run video looper at boot and
# ensure it runs continuously.
[program:video_looper]
command=python -u -m Adafruit_Video_Looper.video_looper
command=python3 -u -m Adafruit_Video_Looper.video_looper
autostart=true
autorestart=unexpected
startsecs=5

Cargando…
Cancelar
Guardar