Browse Source

content-id-rematch-task

luojunhui 3 tháng trước cách đây
mục cha
commit
ce11bb53b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      content_rematch.py

+ 1 - 1
content_rematch.py

@@ -136,7 +136,7 @@ class ContentRematch:
         处理每个content_id
         """
         content_list = await self.get_content_list()
-        for content in content_list[:1]:
+        for content in content_list:
             print(content)
             await self.process_each_content(content)