From 716610ddbc10c32c431ccba5075b51ddc8c1b696 Mon Sep 17 00:00:00 2001 From: Cam Date: Sun, 10 Jan 2021 20:37:14 +1100 Subject: [PATCH] trying symlinks halfway through testing --- photos.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/photos.py b/photos.py index a5ed4bb..a3aa813 100644 --- a/photos.py +++ b/photos.py @@ -94,6 +94,8 @@ def photos(): p = p.replace('/', '\\') if( os.path.exists( p ) ): view_path = p + print(os.path.basename(p)) + #os.symlink('\\static\\BOLLOCKS', p) file_list.append(glob.glob(view_path + '**', recursive=True)) for file in file_list[0]: fthumbnail = None