From 43701bef3ea4de6ecfa8c2b1916ebf5e97693ef8 Mon Sep 17 00:00:00 2001 From: Simon <65854503+OpenSourceSimon@users.noreply.github.com> Date: Mon, 19 Dec 2022 16:37:31 +0100 Subject: [PATCH] Change file limit back --- video_creation/final_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 6261ade..c195e2c 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -129,7 +129,7 @@ def make_final_video( idx = re.sub(r"[^\w\s-]", "", reddit_obj["thread_id"]) title_thumb = reddit_obj["thread_title"] - filename = f"{name_normalize(title)[:150]}" + filename = f"{name_normalize(title)[:251]}" subreddit = settings.config["reddit"]["thread"]["subreddit"] if not exists(f"./results/{subreddit}"):