2
0
mirror of https://github.com/searx/searx synced 2025-09-05 00:46:14 +00:00

[fix] display categories of the selected engines

This commit is contained in:
Adam Tauber
2015-09-01 15:21:17 +02:00
parent 8c4d9b79d5
commit f094188780

View File

@@ -414,6 +414,9 @@ class Search(object):
self.categories.remove(category)
if not load_default_categories:
if not self.categories:
self.categories = list(set(engine['category']
for engine in self.engines))
return
# if no category is specified for this search,