This commit is contained in:
Joseph Cheung 2023-03-08 00:26:27 +08:00
parent 1b77f189db
commit 50069a4730
2 changed files with 2 additions and 2 deletions

View file

@ -682,7 +682,7 @@ def process_result(result):
# 判断返回值是否为'null'如果不是则更新title # 判断返回值是否为'null'如果不是则更新title
if response.text != 'null': if response.text != 'null':
result['title'] += ' 此网站主人是:' +response.text result['title'] += ' 网站备案主体:' +response.text
@app.route('/search', methods=['GET', 'POST']) @app.route('/search', methods=['GET', 'POST'])
def search(): def search():

View file

@ -682,7 +682,7 @@ def process_result(result):
# 判断返回值是否为'null'如果不是则更新title # 判断返回值是否为'null'如果不是则更新title
if response.text != 'null': if response.text != 'null':
result['title'] += ' 此网站主人是:' +response.text result['title'] += ' 网站备案主体:' +response.text
@app.route('/search', methods=['GET', 'POST']) @app.route('/search', methods=['GET', 'POST'])
def search(): def search():