This commit is contained in:
Jing Ling
2020-03-19 00:03:32 +08:00
parent f8b6f5ece2
commit 991befb4c3
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -176,8 +176,8 @@ def request_callback(future, index, datas):
datas[index]['header'] = str(dict(headers))[1:-1]
if isinstance(text, str):
title = get_title(text).strip()
datas[index]['title'] = utils.remove_string(title)
datas[index]['response'] = utils.remove_string(text)
datas[index]['title'] = utils.remove_invalid_string(title)
datas[index]['response'] = utils.remove_invalid_string(text)
def get_connector():