mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
[fix] pep8
This commit is contained in:
parent
ad5bb994b1
commit
17b6faa4c3
@ -63,8 +63,6 @@ def response(resp):
|
||||
results = []
|
||||
result_len = 0
|
||||
|
||||
|
||||
|
||||
dom = html.fromstring(resp.text)
|
||||
# parse results
|
||||
for result in eval_xpath(dom, '//div[@class="sa_cc"]'):
|
||||
|
Loading…
Reference in New Issue
Block a user