ming %!s(int64=3) %!d(string=hai) anos
pai
achega
434231305c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: