|
@@ -231,7 +231,7 @@ def get_task_chinese_name(data):
|
|
|
# account_method
|
|
|
if task_name == 'crawler_gzh_articles':
|
|
|
account_method = data.get('account_method', '')
|
|
|
- account_method = account_method.replace("account_association", "账号联想")
|
|
|
+ account_method = account_method.replace("account_association", "账号联想").replace("search", "")
|
|
|
crawl_mode = data.get('crawl_mode', '')
|
|
|
crawl_mode = crawl_mode.replace("search", "搜索").replace("account", "抓账号")
|
|
|
strategy = data.get('strategy', '')
|