mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
[fix] pep8
This commit is contained in:
@@ -106,7 +106,7 @@ def response(resp):
|
||||
doc = fromstring(resp.text)
|
||||
|
||||
# parse results
|
||||
for i,r in enumerate(doc.xpath(result_xpath)):
|
||||
for i, r in enumerate(doc.xpath(result_xpath)):
|
||||
if i >= 30:
|
||||
break
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user