浏览代码

additional py3 update

pull/52/head
Tobias Perschon 5 年前
父节点
当前提交
dc08287f5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Adafruit_Video_Looper/hello_video.py

+ 1
- 1
Adafruit_Video_Looper/hello_video.py 查看文件

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


正在加载...
取消
保存