From ff3b2aea376ff5fdd927e7c103d0b9e931ad4d09 Mon Sep 17 00:00:00 2001 From: dedeibel Date: Fri, 14 Apr 2017 13:05:36 +0200 Subject: [PATCH] eh17 updated tasks function to new interface, added demo text with multiple lines --- eh17/__init__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eh17/__init__.py b/eh17/__init__.py index be0b90f..8ba069a 100644 --- a/eh17/__init__.py +++ b/eh17/__init__.py @@ -236,9 +236,12 @@ def debug(): render('outro.svg', '../outro.ts', outroFrames, +# render('intro.svg', +# '../intro.ts', +# introFrames, { '$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', '$personnames': 'Thorsten Kramm', '$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 for event in events(scheduleUrl): if event['room'] not in ('Vortragssaal', 'Großes Kolleg'):