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