ming 3 年之前
父節點
當前提交
434231305c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OpenshotService/openshot_video_generator.py

+ 1 - 0
OpenshotService/openshot_video_generator.py

@@ -383,6 +383,7 @@ def parse_script(file_path,gt_list):
     dict_list = []
     for idx in range(len(lines)):
         script={}
+        print(lines[idx])
         rep_ls = text_parser.replace_list(lines[idx])
         line_content = lines[idx]
         for reptxt in rep_ls: