eh17 updated tasks function to new interface, added demo text with multiple lines
This commit is contained in:
parent
7bf558c593
commit
ff3b2aea37
1 changed files with 5 additions and 2 deletions
|
@ -236,9 +236,12 @@ def debug():
|
||||||
render('outro.svg',
|
render('outro.svg',
|
||||||
'../outro.ts',
|
'../outro.ts',
|
||||||
outroFrames,
|
outroFrames,
|
||||||
|
# render('intro.svg',
|
||||||
|
# '../intro.ts',
|
||||||
|
# introFrames,
|
||||||
{
|
{
|
||||||
'$id': 1302,
|
'$id': 1302,
|
||||||
'$title': 'VlizedLab - Eine Open Source-Virtualisierungslösung für PC-Räume',
|
'$title': 'VlizedLab - Eine Open Source-Virtualisierungslösung für PC-Räume Tolle dinge und weiter Anlagen in zweiter Zeile',
|
||||||
'$subtitle': 'IT Automatisierung und zentrales Management mit SALT',
|
'$subtitle': 'IT Automatisierung und zentrales Management mit SALT',
|
||||||
'$personnames': 'Thorsten Kramm',
|
'$personnames': 'Thorsten Kramm',
|
||||||
'$url': 'blubb',
|
'$url': 'blubb',
|
||||||
|
@ -257,7 +260,7 @@ def debug():
|
||||||
# )
|
# )
|
||||||
|
|
||||||
|
|
||||||
def tasks(queue, args):
|
def tasks(queue, args, idlist, skiplist):
|
||||||
# iterate over all events extracted from the schedule xml-export
|
# iterate over all events extracted from the schedule xml-export
|
||||||
for event in events(scheduleUrl):
|
for event in events(scheduleUrl):
|
||||||
if event['room'] not in ('Vortragssaal', 'Großes Kolleg'):
|
if event['room'] not in ('Vortragssaal', 'Großes Kolleg'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue