瀏覽代碼

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


Loading…
取消
儲存