summaryrefslogtreecommitdiff
path: root/download-images-fujix70.py
diff options
context:
space:
mode:
Diffstat (limited to 'download-images-fujix70.py')
-rwxr-xr-xdownload-images-fujix70.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/download-images-fujix70.py b/download-images-fujix70.py
index c934abb..591268b 100755
--- a/download-images-fujix70.py
+++ b/download-images-fujix70.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])