Test wieder rückgängig

This commit is contained in:
2000-Trek 2023-06-23 22:33:55 +02:00
parent 401a00f032
commit 3412479856

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 test #website
@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')