Merge branch 'master' of github.com:MaZderMind/fossgis-video

This commit is contained in:
MaZderMind 2014-03-13 20:02:25 +01:00
commit b56adf7116

View file

@ -321,7 +321,7 @@ titlemap = {
# iterate over all events extracted from the schedule xml-export # iterate over all events extracted from the schedule xml-export
for (id, title, personnames) in events(): for (id, title, personnames) in events():
if titlemap[id]: if id in titlemap:
title = titlemap[id] title = titlemap[id]
# generate a task description and put them into the queue # generate a task description and put them into the queue