同步修改

This commit is contained in:
Jerry Yan 2022-04-17 14:02:33 +08:00
parent 8f7c6ac68c
commit 7d8721217d

View File

@ -24,7 +24,7 @@ def auto_submit_task():
threading.Thread(target=do_workflow, args=( threading.Thread(target=do_workflow, args=(
bili_record_workflow_item.video_clips[0].full_path, bili_record_workflow_item.video_clips[0].full_path,
bili_record_workflow_item.danmaku_clips[0].full_path, bili_record_workflow_item.danmaku_clips[0].full_path,
[clip.full_path for clip in bili_record_workflow_item.danmaku_clips[1:]] *[clip.full_path for clip in bili_record_workflow_item.danmaku_clips[1:]]
)).start() )).start()
clear_item() clear_item()