Explorar el Código

Fixed indent

pull/35/head
Tobias Perschon hace 7 años
padre
commit
4f6383d8b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Adafruit_Video_Looper/video_looper.py

+ 1
- 1
Adafruit_Video_Looper/video_looper.py Ver fichero

@@ -63,7 +63,7 @@ class VideoLooper(object):
.translate(None, ',') \
.split())
#Get seconds for countdown from config
self._countdown_time = self._config.getint('video_looper', 'countdown_time')
self._countdown_time = self._config.getint('video_looper', 'countdown_time')
# Load sound volume file name value
self._sound_vol_file = self._config.get('omxplayer', 'sound_vol_file');


Cargando…
Cancelar
Guardar