From cc6ad145064cd1dcabfeb71cc96cc6e2a58349ac Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Tue, 17 Sep 2024 13:33:57 +0200 Subject: [PATCH] removed deprecated constant --- builder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/builder.py b/builder.py index 484c2eb..5d707ac 100755 --- a/builder.py +++ b/builder.py @@ -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] = {}