|
@ -69,7 +69,9 @@ def add_distribusi_files_to_db(path): |
|
|
files = list(filter(lambda f: not f.endswith(".html"), files)) |
|
|
files = list(filter(lambda f: not f.endswith(".html"), files)) |
|
|
files = list(filter(lambda f: not f.endswith("_thumbnail.jpg"), files)) |
|
|
files = list(filter(lambda f: not f.endswith("_thumbnail.jpg"), files)) |
|
|
files = list(filter(lambda f: not f.endswith("_alttext.txt"), files)) |
|
|
files = list(filter(lambda f: not f.endswith("_alttext.txt"), files)) |
|
|
files = list(filter(lambda f: not f.endswith("_dv_description.txt"), files)) |
|
|
files = list( |
|
|
|
|
|
filter(lambda f: not f.endswith("_dv_description.txt"), files) |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
for file in files: |
|
|
for file in files: |
|
|
full_path = os.path.join(root, file) |
|
|
full_path = os.path.join(root, file) |
|
|