diff options
Diffstat (limited to 'exif.py')
-rw-r--r-- | exif.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ import sys | |||
5 | 5 | ||
6 | 6 | ||
7 | def rename(month): | 7 | def rename(month): |
8 | # base_directory = pathlib.Path("/mnt/nas/Photo/RAW/2022/") | ||
9 | # base_directory = pathlib.Path("/run/user/1000/kio-fuse-rQvVbo/smb/192.168.1.77/NAS/Photo/RAW/2022/") | ||
10 | base_directory = pathlib.Path("/mnt/c/Users/clarkzjw/Desktop/") | 8 | base_directory = pathlib.Path("/mnt/c/Users/clarkzjw/Desktop/") |
11 | directory = str(base_directory.joinpath(month).absolute()) + "/" | 9 | directory = str(base_directory.joinpath(month).absolute()) + "/" |
12 | 10 | ||