mirror of
https://github.com/searx/searx
synced 2024-11-11 13:29:10 +01:00
Forgot to remove print command used for debugging
This commit is contained in:
parent
dcc9fdb47f
commit
f17e54a396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user