diff --git a/GUI/settings.html b/GUI/settings.html
index b905cb2..9013600 100644
--- a/GUI/settings.html
+++ b/GUI/settings.html
@@ -237,7 +237,7 @@
placeholder="96" value="{{ data.background_thumbnail_font_size }}">
-
+
diff --git a/utils/thumbnail.py b/utils/thumbnail.py
index 4525d2e..6f01e6c 100644
--- a/utils/thumbnail.py
+++ b/utils/thumbnail.py
@@ -27,8 +27,6 @@ def create_thumbnail(thumbnail, font_family, font_size, font_color, width, heigh
else:
arrayTitle.append(word)
- print("arrayTitle: " + str(arrayTitle))
-
draw = ImageDraw.Draw(thumbnail)
# loop for put the title in the thumbnail
for i in range(0, len(arrayTitle)):
diff --git a/video_creation/final_video.py b/video_creation/final_video.py
index 183f922..6315084 100644
--- a/video_creation/final_video.py
+++ b/video_creation/final_video.py
@@ -185,6 +185,7 @@ def make_final_video(
width, height = thumbnail.size
thumbnailSave = create_thumbnail(thumbnail, font_family, font_size, font_color, width, height, title)
thumbnailSave.save(f"./assets/temp/{id}/thumbnail.png")
+ print_substep("Thumbnail - Building Thumbnail in assets/temp/{id}/thumbnail.png")
# if settings.config["settings"]['background']["background_audio"] and exists(f"assets/backgrounds/background.mp3"):
# audioclip = mpe.AudioFileClip(f"assets/backgrounds/background.mp3").set_duration(final.duration)