test
This commit is contained in:
parent
4b699c2210
commit
d474e7c0cf
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -38,7 +38,8 @@ def exit_handler():
|
|||
#website
|
||||
@app.route('/favicon.ico')
|
||||
def favicon():
|
||||
return send_from_directory(os.path.join(app.root_path, 'static'),'favicon.ico',mimetype='Logo_CCC.icon')
|
||||
return None
|
||||
#return send_from_directory(os.path.join(app.root_path, 'static'),'favicon.ico',mimetype='Logo_CCC.icon')
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
|
|
Loading…
Reference in a new issue