1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-06-23 20:27:49 +02:00
parent d474e7c0cf
commit 969fe52619

View file

@ -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():