summaryrefslogtreecommitdiff
path: root/download-images-fujix100v.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-10-19 07:21:54 -0500
committerluxagraf <sng@luxagraf.net>2024-10-19 07:21:54 -0500
commit6d1f384b223773a61f71581a2fbb343257d94efa (patch)
tree2e346dfbf8d8d7913bd0601f0c50527b8958f482 /download-images-fujix100v.py
parent93fc6a27f01fbe325c95008b7f336627152ea3c7 (diff)
updated photo scripts to use photos instead of pictures
Diffstat (limited to 'download-images-fujix100v.py')
-rwxr-xr-xdownload-images-fujix100v.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/download-images-fujix100v.py b/download-images-fujix100v.py
index 8c9df16..b204942 100755
--- a/download-images-fujix100v.py
+++ b/download-images-fujix100v.py
@@ -23,7 +23,7 @@ for (dirname, dirs, files) in os.walk(path):
sorter.append([int(filename.split('DSCF')[1].split(".JPG")[0]), filename])
for f in sorted(sorter):
- dest = '/home/lxf/pictures/inbox/'
+ dest = '/home/lxf/photos/inbox/'
if not os.path.exists(dest):
os.makedirs(dest)
print("copying:", dirn+'/'+f[1], "--->", dest+f[1])