logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 0ca04be55dec06c5ef737febb128d3dc36c3b5d7
parent b918cd2b8e842f06beb7ce7be65321422772950e
Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com>
Date:   Mon,  5 Jan 2015 20:24:33 +0100

Remove print

Diffstat:

Msearx/engines/deezer.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/searx/engines/deezer.py b/searx/engines/deezer.py @@ -43,7 +43,6 @@ def response(resp): # parse results for result in search_res.get('data', []): if result['type'] == 'track': - print result title = result['title'] url = result['link'] content = result['artist']['name'] +\