소스 검색

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


불러오는 중...
취소
저장