use placeholder for text
This commit is contained in:
parent
4a8f0e87c4
commit
c1d7cb6bee
2 changed files with 7 additions and 12 deletions
|
@ -150,7 +150,7 @@ def tasks(queue, args):
|
|||
sequence = introFrames,
|
||||
parameters = {
|
||||
'$id': event['id'],
|
||||
'$title': event['title'],
|
||||
'$title': event['title'].upper(),
|
||||
'$subtitle': event['subtitle'],
|
||||
'$personnames': event['personnames']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue