From b08771c86114c0759a8a4fa05bac3ee58e1e32ab Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 18 Feb 2025 19:28:43 +0100 Subject: [PATCH] Update gui.py --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index 51ec389..8d97bb2 100644 --- a/gui.py +++ b/gui.py @@ -12,7 +12,7 @@ logging.basicConfig(level=logging.INFO) def index(): return render_template('index.html') -@app.route('/favion.ico') +@app.route('/favicon.ico') def favicon(): return url_for('static', filename='favicon.ico')