diff --git a/foss4g-2016/__init__.py b/foss4g-2016/__init__.py index fedac63..c7987ec 100644 --- a/foss4g-2016/__init__.py +++ b/foss4g-2016/__init__.py @@ -93,23 +93,23 @@ def pauseFrames(p): ) def debug(): - # render( - # 'intro.svg', - # '../intro.ts', - # introFrames, - # { - # '$id': 65, - # '$title': 'Passwort, Karte oder Gesicht', - # '$subtitle': 'zur Sicherheit von Authentifizierungssystemen', - # '$personnames': 'starbug' - # } - # ) + render( + 'intro.svg', + '../intro.ts', + introFrames, + { + '$id': 65, + '$title': 'Passwort, Karte oder Gesicht', + '$subtitle': 'zur Sicherheit von Authentifizierungssystemen', + '$personnames': 'starbug' + } + ) - # render( - # 'outro.svg', - # '../outro.ts', - # outroFrames - # ) + render( + 'outro.svg', + '../outro.ts', + outroFrames + ) render( 'pause.svg',