From 969fe52619c74169da3f1752e7e2c1cfe9282590 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Fri, 23 Jun 2023 20:27:49 +0200 Subject: [PATCH] test --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index fb5ab92..88d4e80 100644 --- a/main.py +++ b/main.py @@ -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():