|
@@ -427,7 +427,7 @@ def gen_video_queue(name_hash,name,text_content, image_urls,avatar,user_id):
|
|
|
my_answer = remote_svc.call_video(top1['name_hash'],top1['name'],top1['text_content'].split(','), top1['image_urls'].split(','),top1['avatar']) # method call
|
|
|
shutil.copy(tmp_video_dir+top1['name_hash']+'.mp4',video_dest+top1['name_hash']+'.mp4')
|
|
|
os.remove(tmp_video_dir+top1['name_hash']+'.mp4')
|
|
|
- vid_duration = VideoFileClip("test.mp4").duration
|
|
|
+ vid_duration = VideoFileClip(video_dest+top1['name_hash']+'.mp4').duration
|
|
|
left_time = first(db.query('SELECT * FROM users where id ="'+str(user_id)+'"'))['left_time']
|
|
|
if left_time is None:
|
|
|
left_time = 5*60
|