trying symlinks halfway through testing
This commit is contained in:
@@ -94,6 +94,8 @@ def photos():
|
|||||||
p = p.replace('/', '\\')
|
p = p.replace('/', '\\')
|
||||||
if( os.path.exists( p ) ):
|
if( os.path.exists( p ) ):
|
||||||
view_path = p
|
view_path = p
|
||||||
|
print(os.path.basename(p))
|
||||||
|
#os.symlink('\\static\\BOLLOCKS', p)
|
||||||
file_list.append(glob.glob(view_path + '**', recursive=True))
|
file_list.append(glob.glob(view_path + '**', recursive=True))
|
||||||
for file in file_list[0]:
|
for file in file_list[0]:
|
||||||
fthumbnail = None
|
fthumbnail = None
|
||||||
|
|||||||
Reference in New Issue
Block a user