fix grame generator name
This commit is contained in:
parent
ff543682ad
commit
978f6f53b9
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def tasks(queue):
|
||||||
queue.put((
|
queue.put((
|
||||||
'intro.svg',
|
'intro.svg',
|
||||||
str(event['id'])+".dv",
|
str(event['id'])+".dv",
|
||||||
introFrames,
|
pyconFrames,
|
||||||
{
|
{
|
||||||
'$id': event['id'],
|
'$id': event['id'],
|
||||||
'$title': event['title'],
|
'$title': event['title'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue