ming před 3 roky
rodič
revize
65f6d988a1
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

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