mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 16:37:21 +08:00
Save params to script.json
This commit is contained in:
parent
c5e396d484
commit
abce0f158c
@ -63,7 +63,8 @@ def start(task_id, params: VideoParams):
|
||||
script_file = path.join(utils.task_dir(task_id), f"script.json")
|
||||
script_data = {
|
||||
"script": video_script,
|
||||
"search_terms": video_terms
|
||||
"search_terms": video_terms,
|
||||
"params": params,
|
||||
}
|
||||
|
||||
with open(script_file, "w", encoding="utf-8") as f:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user