diff options
Diffstat (limited to 'searx/favicons/__init__.py')
| -rw-r--r-- | searx/favicons/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |