summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorpw3t <romain@berthor.fr>2014-01-16 21:58:18 +0100
committerpw3t <romain@berthor.fr>2014-01-17 20:47:17 +0100
commit380b440a55ba3b8ec1430843226fa6b4b0dfe289 (patch)
treef3340cee144d5e15e45f30faff01851f25620cee /searx/webapp.py
parenta62b94e21c4c521430fb3b37f4241adb1faee63c (diff)
[fix] replace the png icons by ico's, minor chnage in the html
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index bc534d36b..07db95452 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -144,9 +144,6 @@ def index():
for engine in result['engines']:
if engine in ['wikipedia', 'youtube', 'vimeo', 'soundcloud', 'twitter', 'stackoverflow', 'github']:
result['favicon'] = engine
- if engine in ['wikipedia', 'ddg definitions']:
- featured_results.append(result)
- results.remove(result)
if request_data.get('format') == 'json':
return Response(json.dumps({'query': query, 'results': results}), mimetype='application/json')