From aad0824bd63a8a6b3b6cb6d0d510551866db9631 Mon Sep 17 00:00:00 2001 From: Chev Date: Mon, 26 Jan 2026 17:18:37 -0800 Subject: [PATCH] Print number of found images --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cd014be..91e807a 100644 --- a/main.py +++ b/main.py @@ -75,7 +75,7 @@ print(f"Chose seed: {seed}") rng = random.Random(seed) print("") -print(f"Found {len(videoFiles)} videos and {len(audioFiles)} sounds") +print(f"Found {len(videoFiles)} videos, {len(audioFiles)} sounds, {len(imageFiles)} images") videoEffects = [ # Speed up or slow down