Explorar el Código

additional py3 update

pull/52/head
Tobias Perschon hace 5 años
padre
commit
dc08287f5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Adafruit_Video_Looper/hello_video.py

+ 1
- 1
Adafruit_Video_Looper/hello_video.py Ver fichero

@@ -17,7 +17,7 @@ class HelloVideoPlayer(object):

def _load_config(self, config):
self._extensions = config.get('hello_video', 'extensions') \
.translate(None, ' \t\r\n.') \
.translate(str.maketrans('', '', ' \t\r\n.')) \
.split(',')

def supported_extensions(self):


Cargando…
Cancelar
Guardar