Update gui.py
This commit is contained in:
parent
bcbcae3ea7
commit
b08771c861
2
gui.py
2
gui.py
@ -12,7 +12,7 @@ logging.basicConfig(level=logging.INFO)
|
|||||||
def index():
|
def index():
|
||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
|
|
||||||
@app.route('/favion.ico')
|
@app.route('/favicon.ico')
|
||||||
def favicon():
|
def favicon():
|
||||||
return url_for('static', filename='favicon.ico')
|
return url_for('static', filename='favicon.ico')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user