@@ -134,10 +134,6 @@ def gen_video(name_hash,name,text_content, image_urls,avatar,client_id):
c = rpyc.connect("localhost", 8878)
remote_svc = c.root
my_answer = remote_svc.call_video(name_hash,name,text_content, image_urls,avatar,client_id) # method call
- while True:
- if ros.path.exists(tmp_video_dir+name_hash+'.mp4'):
- break
- time.sleep(5)
- print('waiting video')
+
os.rename(tmp_video_dir+name_hash+'.mp4',video_dest+name_hash+'.mp4')