1
0
Fork 0
forked from bton/matekasse
This commit is contained in:
2000-Trek 2023-06-23 22:33:29 +02:00
parent 497912b730
commit 401a00f032

View file

@ -36,7 +36,7 @@ def exit_handler():
website_log.info("Website exited") website_log.info("Website exited")
sys.exit("Program sucsesfully exited") sys.exit("Program sucsesfully exited")
#website #website test
@app.route('/favicon.ico') @app.route('/favicon.ico')
def favicon(): def favicon():
return url_for('static', filename='image/Logo_CCC.svg.png') return url_for('static', filename='image/Logo_CCC.svg.png')