mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] pep8
This commit is contained in:
parent
da1d8b6dae
commit
fa47a9c0f2
1 changed files with 6 additions and 6 deletions
12
run.py
12
run.py
|
@ -73,12 +73,12 @@ app.static('/static', './static/')
|
|||
jinja = SanicJinja2(app)
|
||||
|
||||
# to avoid conflict with vue.js
|
||||
jinja.env.block_start_string='<%'
|
||||
jinja.env.block_end_string='%>'
|
||||
jinja.env.variable_start_string='<{'
|
||||
jinja.env.variable_end_string='}>'
|
||||
jinja.env.comment_start_string='<#'
|
||||
jinja.env.comment_end_string='#>'
|
||||
jinja.env.block_start_string = '<%'
|
||||
jinja.env.block_end_string = '%>'
|
||||
jinja.env.variable_start_string = '<{'
|
||||
jinja.env.variable_end_string = '}>'
|
||||
jinja.env.comment_start_string = '<#'
|
||||
jinja.env.comment_end_string = '#>'
|
||||
|
||||
APPS_LISTS = {
|
||||
"Official": "https://app.yunohost.org/official.json",
|
||||
|
|
Loading…
Add table
Reference in a new issue