mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
1b77f189db
commit
50069a4730
2 changed files with 2 additions and 2 deletions
|
@ -682,7 +682,7 @@ def process_result(result):
|
|||
|
||||
# 判断返回值是否为'null',如果不是则更新title
|
||||
if response.text != 'null':
|
||||
result['title'] += ' 此网站主人是:' +response.text
|
||||
result['title'] += ' 网站备案主体:' +response.text
|
||||
|
||||
@app.route('/search', methods=['GET', 'POST'])
|
||||
def search():
|
||||
|
|
|
@ -682,7 +682,7 @@ def process_result(result):
|
|||
|
||||
# 判断返回值是否为'null',如果不是则更新title
|
||||
if response.text != 'null':
|
||||
result['title'] += ' 此网站主人是:' +response.text
|
||||
result['title'] += ' 网站备案主体:' +response.text
|
||||
|
||||
@app.route('/search', methods=['GET', 'POST'])
|
||||
def search():
|
||||
|
|
Loading…
Add table
Reference in a new issue