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
|
#website
|
||||||
@app.route('/favicon.ico')
|
@app.route('/favicon.ico')
|
||||||
def favicon():
|
def favicon():
|
||||||
return None
|
return send_from_directory(os.path.join(app.root_path, 'static'),'favicon.ico',mimetype='Logo_CCC.svg.png')
|
||||||
#return send_from_directory(os.path.join(app.root_path, 'static'),'favicon.ico',mimetype='Logo_CCC.icon')
|
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def index():
|
def index():
|
||||||
|
|
Loading…
Reference in a new issue