diff --git a/nixcon2015/__init__.py b/nixcon2015/__init__.py index 70a89d4..55be336 100644 --- a/nixcon2015/__init__.py +++ b/nixcon2015/__init__.py @@ -130,9 +130,9 @@ def tasks(queue, params): } )) - # place a task for the outro into the queue - queue.put(Rendertask( - infile = 'outro.svg', - outfile = 'outro.dv', - sequence = outroFrames - )) + # place a task for the outro into the queue + queue.put(Rendertask( + infile = 'outro.svg', + outfile = 'outro.dv', + sequence = outroFrames + ))