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