Jelajahi Sumber

response.py

增加对于97的状态码的返回
luojunhui 7 bulan lalu
induk
melakukan
40443748e4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tasks/history_task.py

+ 1 - 1
tasks/history_task.py

@@ -263,7 +263,7 @@ class historyContentIdTask(object):
         if flow_pool_level == "autoArticlePoolLevel4":
         if flow_pool_level == "autoArticlePoolLevel4":
             exit_status = await self.check_title_whether_exit(content_id)
             exit_status = await self.check_title_whether_exit(content_id)
             if exit_status:
             if exit_status:
-                # 修改状态为执行状态
+                # 修改状态为退出状态
                 affected_rows = await self.update_content_status(
                 affected_rows = await self.update_content_status(
                     trace_id=trace_id,
                     trace_id=trace_id,
                     new_content_status=self.EXIT_STATUS,
                     new_content_status=self.EXIT_STATUS,