removed deprecated constant

This commit is contained in:
2024-09-17 13:33:57 +02:00
committed by Flo Greistorfer
parent cace0f8593
commit cc6ad14506

View File

@@ -34,7 +34,6 @@ RAW_EXTENSIONS = [
]
IMG_EXTENSIONS = [".jpg", ".jpeg", ".png"]
NOT_LIST = ["*/Galleries/*", "Archives"]
LOG_FILE = os.path.join(SCRIPTDIR, "log.json")
# fmt: on
pbardict: Dict[str, tqdm] = {}