logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 66a70c6ae4ebddc5b1d9b4e4414d66239781617c
parent 5eabba2da17c7cf1b6c0704d3ecd7476bdd989b7
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat,  3 Oct 2015 19:16:26 +0200

[fix] typo

Diffstat:

Msearx/results.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/results.py b/searx/results.py @@ -101,7 +101,7 @@ class ResultContainer(object): results.remove(result) elif 'answer' in result: self.answers.add(result['suggestion']) - results.remve(result) + results.remove(result) elif 'infobox' in result: self._merge_infobox(result) results.remove(result)