fix titlemap

This commit is contained in:
MaZderMind 2014-03-13 10:58:40 +01:00
parent e4d27b01a7
commit 56eff6a3e6

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