|
@@ -132,7 +132,7 @@ def get_url_type(url):
|
|
|
return contentType
|
|
|
|
|
|
def gen_video(name_hash,name,text_content, image_urls,avatar,client_id):
|
|
|
- c = rpyc.connect("localhost", 8887)
|
|
|
+ c = rpyc.connect("localhost", 8889)
|
|
|
remote_svc = c.root
|
|
|
my_answer = remote_svc.call_video(name_hash,name,text_content, image_urls,avatar,client_id) # method call
|
|
|
while True:
|