mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
ci: automatic Python Formatter changes
This commit is contained in:
parent
352e02bb3b
commit
a8f9100c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -219,6 +219,7 @@ def favicon():
|
||||||
'favicon.ico',
|
'favicon.ico',
|
||||||
mimetype='image/vnd.microsoft.icon')
|
mimetype='image/vnd.microsoft.icon')
|
||||||
|
|
||||||
|
|
||||||
@app.route('/info')
|
@app.route('/info')
|
||||||
def info_view():
|
def info_view():
|
||||||
"""
|
"""
|
||||||
|
|
@ -231,4 +232,3 @@ def info_view():
|
||||||
"info.html",
|
"info.html",
|
||||||
title="Info"
|
title="Info"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue