Sfoglia il codice sorgente

deep_seek_api function rename

luojunhui 3 mesi fa
parent
commit
d98f7be024
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      coldStartTasks/multi_modal/generate_text_from_video.py

+ 1 - 1
coldStartTasks/multi_modal/generate_text_from_video.py

@@ -90,7 +90,7 @@ class GenerateTextFromVideo(object):
         sql = f"""
             select id, status_update_timestamp
             from video_content_understanding
-            where status in ({const.VIDEO_UNDERSTAND_PROCESSING_STATUS, const.VIDEO_LOCK});
+            where status in ({const.VIDEO_UNDERSTAND_PROCESSING_STATUS}, {const.VIDEO_LOCK});
         """
         task_list = self.db.fetch(sql, cursor_type=DictCursor)
         now_timestamp = int(time.time())