mirror of
https://github.com/searx/searx
synced 2025-03-02 10:37:55 +01:00
[fix] pep8 fix for faroo engine
This commit is contained in:
parent
0607b167f8
commit
20d2d4dab1
@ -79,8 +79,7 @@ def response(resp):
|
||||
# parse results
|
||||
for result in search_res['results']:
|
||||
publishedDate = None
|
||||
result_json = {'url': result['url'],
|
||||
'title': result['title'],
|
||||
result_json = {'url': result['url'], 'title': result['title'],
|
||||
'content': result['kwic']}
|
||||
if result['news']:
|
||||
result_json['publishedDate'] = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user