Explorar o código

remove alter table

ming %!s(int64=4) %!d(string=hai) anos
pai
achega
850af851bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OpenshotService/openshot_video_generator.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -254,7 +254,7 @@ def generate_subtitle_image_ENG(name_hash,text_content):
 def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar):
     print(os.getcwd())
     print('sub image made')
-    file_prepare(name, name_hash, text_content,multiLang,image_urls)
+    file_prepare(name, name_hash, text_content,image_urls,multiLang)
     sub_list=generate_subtitle_image(name_hash,text_content)
     
     for fname in range(len(text_content)):