Преглед изворни кода

history 增加bot && history

luojunhui пре 5 месеци
родитељ
комит
c8b9df6bc2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tasks/history_task.py

+ 1 - 1
tasks/history_task.py

@@ -313,7 +313,7 @@ class historyContentIdTask(object):
         gh_id = params['gh_id']
         gh_id = params['gh_id']
         if flow_pool_level == "autoArticlePoolLevel4":
         if flow_pool_level == "autoArticlePoolLevel4":
             # 校验文章是否属于该账号的negative 类型
             # 校验文章是否属于该账号的negative 类型
-            negative_category_status = await self.check_title_category(content_id=content_id, gh_id=gh_id)
+            negative_category_status = await self.check_title_category(content_id=content_id, gh_id=gh_id, trace_id=trace_id)
             if negative_category_status:
             if negative_category_status:
                 # 修改状态为品类不匹配状态
                 # 修改状态为品类不匹配状态
                 logging(
                 logging(