trying symlinks halfway through testing

This commit is contained in:
2021-01-10 20:37:14 +11:00
parent 57fe12c65d
commit 716610ddbc

View File

@@ -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