From cb06c5b689db596c6d27dd8f2777e16e56250695 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Mon, 17 Aug 2026 17:07:44 -0500 Subject: remove extra slash from photos_dir --- app/services/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/services/images.py') diff --git a/app/services/images.py b/app/services/images.py index bd02384..ac4984a 100644 --- a/app/services/images.py +++ b/app/services/images.py @@ -3,7 +3,7 @@ import random print(str(Path.cwd())) root_dir = Path.cwd() -photos_dir = Path(f"{root_dir}/photos") +photos_dir = Path(f"{root_dir}photos") image_cache = set() -- cgit v1.2.3