commit: f17e54a396a77f8668d227a41d37737aff340a84
parent dcc9fdb47fd16aa65216846dc52470ada016753c
Author: rinpatch <rinpatch@airmail.cc>
Date: Fri, 27 Apr 2018 15:40:42 +0300
Forgot to remove print command used for debugging
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py
@@ -38,7 +38,6 @@ def request(query, params):
def response(resp):
results = []
dom = html.fromstring(resp.text)
- print(resp.text)
for result in dom.xpath(xpath_results):
# defaults
filesize = 0