forked from mirrors/thatmattlove-hyperglass
format subtitle with primary_asn
This commit is contained in:
parent
9b3344cad2
commit
30423bf588
1 changed files with 6 additions and 0 deletions
|
|
@ -142,6 +142,12 @@ try:
|
|||
params = _params.Params(**user_config)
|
||||
elif not user_config:
|
||||
params = _params.Params()
|
||||
try:
|
||||
params.branding.text.subtitle = params.branding.text.subtitle.format(
|
||||
**params.general.dict()
|
||||
)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
if user_commands:
|
||||
commands = _commands.Commands.import_params(user_commands)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue