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 + ))