|
@@ -134,10 +134,6 @@ def gen_video(name_hash,name,text_content, image_urls,avatar,client_id):
|
|
c = rpyc.connect("localhost", 8878)
|
|
c = rpyc.connect("localhost", 8878)
|
|
my_answer = remote_svc.call_video(name_hash,name,text_content, image_urls,avatar,client_id) # method call
|
|
my_answer = remote_svc.call_video(name_hash,name,text_content, image_urls,avatar,client_id) # method call
|
|
os.rename(tmp_video_dir+name_hash+'.mp4',video_dest+name_hash+'.mp4')
|
|
os.rename(tmp_video_dir+name_hash+'.mp4',video_dest+name_hash+'.mp4')
|