adjust comment based on previous patch

This commit is contained in:
Noémi Ványi 2021-11-14 17:51:22 +01:00
parent dff7ee91f9
commit 967e20dd1e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def get_user_settings_path():
# enviroment variable SEARX_SETTINGS_PATH
return check_settings_yml(environ['SEARX_SETTINGS_PATH'])
# if not, get it from searx code base or last solution from /etc/searx
# if not, get it from /etc/searx, or last resort the codebase
return check_settings_yml('/etc/searx/settings.yml') or check_settings_yml('settings.yml')