Quellcode durchsuchen

py3 ready

pull/52/head
Tobias Perschon vor 5 Jahren
Ursprung
Commit
8791e1a2d8
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      install.sh
  2. +1
    -1
      video_looper.conf

+ 1
- 1
install.sh Datei anzeigen

@@ -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 Datei anzeigen

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

Laden…
Abbrechen
Speichern