aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 11:10:45 -0800
committerclarkzjw <[email protected]>2022-11-17 11:10:45 -0800
commit36b13e7d3de9af582a88a1a5b2a3c29be3d40d54 (patch)
tree1cefd6c0fe1c8762f2d7924dad8021e3d60edae4 /exif.py
parent60509a72b65f41d95729539a98aa7e595a96e24c (diff)
downloadSquare-36b13e7d3de9af582a88a1a5b2a3c29be3d40d54.tar.gz
+ update
Diffstat (limited to 'exif.py')
-rw-r--r--exif.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/exif.py b/exif.py
index 15fd059..7ae3cc5 100644
--- a/exif.py
+++ b/exif.py
@@ -5,8 +5,6 @@ import sys
5 5
6 6
7def rename(month): 7def 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
Powered by cgit v1.2.3 (git 2.41.0)