mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[fix] pep8
This commit is contained in:
parent
e74bdf8429
commit
ed1c1bdb04
3 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue