summaryrefslogtreecommitdiff
path: root/searx/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/utils.py')
-rw-r--r--searx/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/utils.py b/searx/utils.py
index 4029cf2ae..e61a134f7 100644
--- a/searx/utils.py
+++ b/searx/utils.py
@@ -443,7 +443,7 @@ def get_engine_from_settings(name):
if 'engines' not in settings:
return {}
- for engine in settings['engines']:
+ for engine in settings['engines']:
if 'name' not in engine:
continue
if name == engine['name']: