Explorar o código

remove alter table

ming %!s(int64=4) %!d(string=hai) anos
pai
achega
9bcd7c416b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)