|
@@ -403,7 +403,7 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,avatar,client_id):
|
|
|
|
|
|
#line notifs
|
|
|
|
|
|
-my_answer = remote_svc.get_answer() # method call
|
|
|
+
|
|
|
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)
|