From bbb406d66c8969e9b247d7b45f575a427b839920 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Mon, 11 Mar 2019 09:35:56 +0100 Subject: [PATCH] typo... --- ffplayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffplayout.py b/ffplayout.py index ee216057..29ade43c 100755 --- a/ffplayout.py +++ b/ffplayout.py @@ -612,7 +612,7 @@ class GetSourceIter: self.begin = 0 def get_playlist(self): - year, month, day = self.list_dat.split('-') + year, month, day = self.list_date.split('-') self.json_file = os.path.join( _playlist.path, year, month, self.list_date + '.json')