From 50069a4730006748c2cf56731a7ab2c68d71dd61 Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Wed, 8 Mar 2023 00:26:27 +0800 Subject: [PATCH] c --- searx/webapp.py | 2 +- searx/webapp1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/webapp.py b/searx/webapp.py index 978120f31..5c3dfe135 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -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(): diff --git a/searx/webapp1.py b/searx/webapp1.py index 6652e4c91..22c5506d1 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -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():