From 401a00f032d268ce6ec29b19d936b81c88d186e0 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Fri, 23 Jun 2023 22:33:29 +0200 Subject: [PATCH] test --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2a26457..67112f3 100644 --- a/main.py +++ b/main.py @@ -36,7 +36,7 @@ def exit_handler(): website_log.info("Website exited") sys.exit("Program sucsesfully exited") -#website +#website test @app.route('/favicon.ico') def favicon(): return url_for('static', filename='image/Logo_CCC.svg.png')