Browse Source

remove alter table

ming 3 years ago
parent
commit
9bcd7c416b
1 changed files with 1 additions and 0 deletions
  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):
 class video_service(rpyc.Service):
     def exposed_call_video(self,name_hash,name,text_content, image_urls,multiLang,avatar):
     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)
         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):
     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)
         anchor_video_eng(name_hash,name,text_content, image_urls,sub_titles,avatar)