@@ -85,7 +85,7 @@ class CategoryColdStartTask(object):
FROM
crawler_meta_article
WHERE
- category = "{category}" and platform = "{article_source}" and status = 1;
+ category = "{category}" and platform = "{article_source}" and status = {self.INIT_STATUS};
"""
article_list = self.db_client.select(sql)
log(