fixed intro generator for dg56
This commit is contained in:
parent
96f0e163b2
commit
cb8ddc92d4
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from renderlib import *
|
||||
from easing import *
|
||||
|
||||
def introFrames(p):
|
||||
move=50
|
||||
|
@ -44,10 +45,10 @@ def debug():
|
|||
'intro.svg',
|
||||
'../intro.ts',
|
||||
introFrames,
|
||||
parameters={
|
||||
'$id': 55,
|
||||
'$title': 'Technology and data use among vulnerable communities',
|
||||
'$person': 'Zara Rahman'
|
||||
{
|
||||
'$id': 56,
|
||||
'$title': 'Hands-on Rad1o',
|
||||
'$person': 'schneider'
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue