瀏覽代碼

remove alter table

ming 4 年之前
父節點
當前提交
9bcd7c416b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)