Browse Source

add self attr

ming 3 năm trước cách đây
mục cha
commit
4e1aa5f85f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      OpenshotService/openshot_video_generator.py

+ 2 - 2
OpenshotService/openshot_video_generator.py

@@ -404,9 +404,9 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id):
     #line notifs
 
 class video_service(rpyc.Service):
-    def 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):
         anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id)
-    def call(self):
+    def exposed_call()):
         print('go')