|
@@ -9,7 +9,7 @@ from applications.config import Config
|
|
|
from applications.log import logging
|
|
|
from applications.functions.pqFunctions import publish_to_pq, get_pq_video_detail
|
|
|
from applications.functions.common import shuffle_list
|
|
|
-from applications.match_algorithm.rank import get_content_oss_fission_dict
|
|
|
+from applications.match_algorithm.rank import get_title_oss_fission_dict
|
|
|
|
|
|
|
|
|
class historyContentIdTask(object):
|
|
@@ -165,7 +165,7 @@ class historyContentIdTask(object):
|
|
|
video_list = []
|
|
|
case "autoArticlePoolLevel1":
|
|
|
# 头条内容,使用重排后结果
|
|
|
- fission_dict = await get_content_oss_fission_dict(
|
|
|
+ fission_dict = await get_title_oss_fission_dict(
|
|
|
db_client=self.mysql_client,
|
|
|
config=self.config,
|
|
|
content_id=content_id
|