diff options
Diffstat (limited to 'app/services/images.py')
| -rw-r--r-- | app/services/images.py | 2 |
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() |
