소스 검색

Fixed indent

pull/35/head
Tobias Perschon 7 년 전
부모
커밋
4f6383d8b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Adafruit_Video_Looper/video_looper.py

+ 1
- 1
Adafruit_Video_Looper/video_looper.py 파일 보기

@@ -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');


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