Browse Source

error test

ming 3 years ago
parent
commit
b7a2be7071
1 changed files with 2 additions and 0 deletions
  1. 2 0
      OpenshotService/openshot_video_generator.py

+ 2 - 0
OpenshotService/openshot_video_generator.py

@@ -406,6 +406,8 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id):
 
 
 class video_service(rpyc.Service):
 class video_service(rpyc.Service):
     def exposed_call_video(self,name_hash,name,text_content, image_urls,avatar,client_id):
     def exposed_call_video(self,name_hash,name,text_content, image_urls,avatar,client_id):
+        k=0
+        a=k[1]
         anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id)
         anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id)