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

response.py

增加对于97的状态码的返回
luojunhui пре 7 месеци
родитељ
комит
40443748e4
1 измењених фајлова са 1 додато и 1 уклоњено
  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":
             exit_status = await self.check_title_whether_exit(content_id)
             if exit_status:
-                # 修改状态为执行状态
+                # 修改状态为退出状态
                 affected_rows = await self.update_content_status(
                     trace_id=trace_id,
                     new_content_status=self.EXIT_STATUS,