Explorar el Código

develop baidu video downloader

luojunhui hace 4 meses
padre
commit
42916acaaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      coldStartTasks/multi_modal/generate_text_from_video.py

+ 1 - 1
coldStartTasks/multi_modal/generate_text_from_video.py

@@ -121,7 +121,7 @@ class GenerateTextFromVideo(object):
         """
         """
         获取处理视频转文本任务
         获取处理视频转文本任务
         """
         """
-        sql = "select pq_vid, file_name from video_content_understanding where status = 1 order by file_expire_time limit 5;"
+        sql = "select pq_vid, file_name from video_content_understanding where status = 1 order by file_expire_time limit 10;"
         task_list = self.db.fetch(sql, cursor_type=DictCursor)
         task_list = self.db.fetch(sql, cursor_type=DictCursor)
         return task_list
         return task_list