Browse Source

修改线程数

zhangyong 7 months ago
parent
commit
6b0bcf0863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      job_cover_method.py

+ 1 - 1
job_cover_method.py

@@ -10,7 +10,7 @@ max_workers = 10
 
 def get_video_id():
     video_ids = set()  # 使用集合去重
-    for i in range(1):
+    for i in range(10):
         video_id = get_pq_id()
         if video_id:
             video_ids.add(video_id)