forked from Icycoide/searxng
[fix] pep8
This commit is contained in:
parent
56c15023b5
commit
cc4e17b668
3 changed files with 8 additions and 9 deletions
|
@ -65,9 +65,9 @@ def response(resp):
|
|||
|
||||
if result.xpath(".//span") != []:
|
||||
content = content +\
|
||||
" - (" +\
|
||||
result.xpath(".//span//text()")[0].strip() +\
|
||||
")"
|
||||
" - (" +\
|
||||
result.xpath(".//span//text()")[0].strip() +\
|
||||
")"
|
||||
|
||||
# append result
|
||||
results.append({'url': href,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue