mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
feat/OPS-36: fix line length requirement
This commit is contained in:
parent
bdb1502203
commit
dadacb76f9
1 changed files with 2 additions and 1 deletions
|
|
@ -66,4 +66,5 @@ def generate_haiku():
|
||||||
|
|
||||||
@app.route('/favicon.ico')
|
@app.route('/favicon.ico')
|
||||||
def favicon():
|
def favicon():
|
||||||
return send_from_directory(os.path.join(app.root_path, 'static/img'), 'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
return send_from_directory(os.path.join(app.root_path, 'static/img'),
|
||||||
|
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue