From 4f6383d8b7e122b7723e83ac5838a7eb01ef28d5 Mon Sep 17 00:00:00 2001 From: Tobias Perschon Date: Sun, 10 Sep 2017 10:45:09 +0200 Subject: [PATCH] Fixed indent --- Adafruit_Video_Looper/video_looper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_Video_Looper/video_looper.py b/Adafruit_Video_Looper/video_looper.py index a459121..2ad9ac8 100644 --- a/Adafruit_Video_Looper/video_looper.py +++ b/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');