From b6c217c98ef5ee047f288c0f13f0f6b54854b240 Mon Sep 17 00:00:00 2001 From: satya ratnam Date: Sat, 4 Jun 2022 16:48:08 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d96c2c3..b9d13e7 100644 --- a/main.py +++ b/main.py @@ -17,7 +17,7 @@ print_markdown( time.sleep(3) # The maximum length of the video in seconds. (This is the length of the video that will be created, but not 100% accurate) -MAX_LENGTH = 1 +MAX_LENGTH = 60 # Video speed multiplier (1.0 = normal speed, 2.0 = double speed, 0.5 = half speed) VIDEO_SPEED = 1.4