同步修改
This commit is contained in:
parent
8f7c6ac68c
commit
7d8721217d
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user