diff options
| author | pw3t <romain@berthor.fr> | 2014-01-16 21:58:18 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-17 20:47:17 +0100 |
| commit | 380b440a55ba3b8ec1430843226fa6b4b0dfe289 (patch) | |
| tree | f3340cee144d5e15e45f30faff01851f25620cee /searx/webapp.py | |
| parent | a62b94e21c4c521430fb3b37f4241adb1faee63c (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.py | 3 |
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') |