summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/services/images.py2
1 files changed, 1 insertions, 1 deletions
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()