|
@@ -237,7 +237,7 @@ def get_task_chinese_name(data):
|
|
|
strategy = data.get('strategy', '')
|
|
|
return f"{task_name_chinese}\t{crawl_mode}\t{account_method}\t{strategy}"
|
|
|
elif task_name == 'article_pool_cold_start':
|
|
|
- platform = data.get('platform')
|
|
|
+ platform = data.get('platform', '')
|
|
|
platform = platform.replace('toutiao', '今日头条').replace("weixin", "微信")
|
|
|
strategy = data.get('strategy', '')
|
|
|
strategy = strategy.replace("strategy", "策略")
|