Parcourir la source

add self attr

ming il y a 3 ans
Parent
commit
4746548fad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      OpenshotService/openshot_video_generator.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -406,7 +406,7 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id):
 class video_service(rpyc.Service):
     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 exposed_call()):
+    def exposed_call():
         print('go')