map very long titles
This commit is contained in:
parent
c6ead8079d
commit
e4d27b01a7
1 changed files with 7 additions and 0 deletions
|
@ -315,8 +315,15 @@ if debug:
|
|||
# threaded task queue
|
||||
tasks = Queue()
|
||||
|
||||
titlemap = {
|
||||
708: "Neue WEB-Anwendungen des LGRB Baden-Württemberg im Überblick"
|
||||
}
|
||||
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for (id, title, personnames) in events():
|
||||
if titlemap[id]:
|
||||
title = titlemap[id]
|
||||
|
||||
# generate a task description and put them into the queue
|
||||
tasks.put((
|
||||
'vorspann.svg',
|
||||
|
|
Loading…
Add table
Reference in a new issue