From 29ed02df0e5ad97db7ce661267f684e01971251f Mon Sep 17 00:00:00 2001 From: cyteon Date: Sun, 26 May 2024 16:26:05 +0200 Subject: [PATCH] value change --- utils/capcut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/capcut.py b/utils/capcut.py index c514095..dd87cd7 100644 --- a/utils/capcut.py +++ b/utils/capcut.py @@ -139,7 +139,7 @@ def generate_captions(file_path, title): time.sleep(1) - page.fill("//input[@value='100' and @aria-valuemax='500']", "40") + page.fill("//input[@value='100' and @aria-valuemax='500']", "150") time.sleep(2)