Explorar o código

content-id-rematch-task

luojunhui hai 3 meses
pai
achega
ce11bb53b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)