Merge branch 'master' of github.com:MaZderMind/fossgis-video
This commit is contained in:
commit
b56adf7116
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue