From 00c15052942851783dc12ea9a720c46ea619764e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 28 May 2015 14:16:26 +0200 Subject: [PATCH] add outro to queue --- pydata15/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pydata15/__init__.py b/pydata15/__init__.py index 20365a4..f318d52 100644 --- a/pydata15/__init__.py +++ b/pydata15/__init__.py @@ -126,3 +126,10 @@ def tasks(queue): '$personnames': event['personnames'] } )) + + # generate a task description and put it into the queue + queue.put(Rendertask( + infile = 'outro.svg', + outfile = 'outro.dv', + sequence = outroFrames + ))