From a7d02d4101c3e2ed3d35130466574c80f4d3583d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 20 Sep 2024 18:08:40 +0200 Subject: [doc] documentation of the favicons infrastructure Run ``make docs.live`` and visit http://0.0.0.0:8000/admin/searx.favicons.html Signed-off-by: Markus Heiser --- searx/favicons/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/favicons/__init__.py') diff --git a/searx/favicons/__init__.py b/searx/favicons/__init__.py index 2a9893932..2b3da1016 100644 --- a/searx/favicons/__init__.py +++ b/searx/favicons/__init__.py @@ -27,7 +27,7 @@ def init(): if not cfg_file.exists(): if is_active(): logger.error(f"missing favicon config: {cfg_file}") - cfg_file = config.DEFAULT_CFG_TOML + cfg_file = config.DEFAULT_CFG_TOML_PATH logger.debug(f"load favicon config: {cfg_file}") cfg = config.FaviconConfig.from_toml_file(cfg_file, use_cache=True) -- cgit v1.2.3