fix titlemap
This commit is contained in:
parent
e4d27b01a7
commit
56eff6a3e6
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ titlemap = {
|
|||
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for (id, title, personnames) in events():
|
||||
if titlemap[id]:
|
||||
if id in titlemap:
|
||||
title = titlemap[id]
|
||||
|
||||
# generate a task description and put them into the queue
|
||||
|
|
Loading…
Add table
Reference in a new issue