mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
Check file ending
This commit is contained in:
parent
e0c30a34a0
commit
8b6ca5cbab
@ -22,7 +22,7 @@ def get_image_dir_recursive(img_dir):
|
||||
images = []
|
||||
for path, subdirs, files in os.walk(img_dir):
|
||||
for name in files:
|
||||
print(os.path.join(path, name))
|
||||
if name.lower().endswith(file_types):
|
||||
images.append(os.path.join(path, name))
|
||||
|
||||
return images, current_wall
|
||||
|
Loading…
Reference in New Issue
Block a user