mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
removed deprecated constant
This commit is contained in:
@@ -34,7 +34,6 @@ RAW_EXTENSIONS = [
|
|||||||
]
|
]
|
||||||
IMG_EXTENSIONS = [".jpg", ".jpeg", ".png"]
|
IMG_EXTENSIONS = [".jpg", ".jpeg", ".png"]
|
||||||
NOT_LIST = ["*/Galleries/*", "Archives"]
|
NOT_LIST = ["*/Galleries/*", "Archives"]
|
||||||
LOG_FILE = os.path.join(SCRIPTDIR, "log.json")
|
|
||||||
# fmt: on
|
# fmt: on
|
||||||
|
|
||||||
pbardict: Dict[str, tqdm] = {}
|
pbardict: Dict[str, tqdm] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user