From f7bb8a0afa8bd9d4956f0cdd0a26ec25f25bdcdc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 7 Dec 2022 12:14:36 +0100 Subject: [PATCH] UI - favicon callback no longer needed --- changedetectionio/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 81a4a3af..44ed9449 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1009,10 +1009,6 @@ def changedetection_app(config=None, datastore_o=None): return output - @app.route("/favicon.ico", methods=['GET']) - def favicon(): - return send_from_directory("static/images", path="favicon.ico") - # We're good but backups are even better! @app.route("/backup", methods=['GET']) @login_required