Browse Source

content-id-rematch-task

luojunhui 3 months ago
parent
commit
ce11bb53b3
1 changed files with 1 additions and 1 deletions
  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)