ming před 3 roky
rodič
revize
434231305c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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: