浏览代码

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']
         if flow_pool_level == "autoArticlePoolLevel4":
             # 校验文章是否属于该账号的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:
                 # 修改状态为品类不匹配状态
                 logging(