Parcourir la source

remove alter table

ming il y a 3 ans
Parent
commit
9bcd7c416b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      OpenshotService/openshot_video_generator.py

+ 1 - 0
OpenshotService/openshot_video_generator.py

@@ -537,6 +537,7 @@ def anchor_video_eng(name_hash,name,text_content, image_urls,sub_titles,avatar):
 
 class video_service(rpyc.Service):
     def exposed_call_video(self,name_hash,name,text_content, image_urls,multiLang,avatar):
+        print(image_urls)
         anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar)
     def exposed_call_video_eng(self,name_hash,name,text_content, image_urls,sub_titles,avatar):
         anchor_video_eng(name_hash,name,text_content, image_urls,sub_titles,avatar)