add outro to queue
This commit is contained in:
parent
9362ace0fe
commit
00c1505294
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue