From f9920ac6f989601d5bbde00c991997702aa42c7b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 24 Apr 2014 17:59:35 +0200 Subject: [PATCH] fix subtitle passing --- sotmeu14/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sotmeu14/make.py b/sotmeu14/make.py index 7dee21f..9f81d12 100755 --- a/sotmeu14/make.py +++ b/sotmeu14/make.py @@ -321,7 +321,7 @@ if debug: tasks = Queue() # iterate over all events extracted from the schedule xml-export -for (id, title, personnames) in events(): +for (id, title, subtitle, personnames) in events(): if id in titlemap: title = titlemap[id]