From cf494401c8b0c36f32c874d5dedffee33de27066 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Fri, 30 May 2025 11:25:32 +0200 Subject: [PATCH] removed pbardict --- builder.py | 2 -- modules/generate_html.py | 1 - 2 files changed, 3 deletions(-) diff --git a/builder.py b/builder.py index 129d754..2d6b992 100755 --- a/builder.py +++ b/builder.py @@ -34,8 +34,6 @@ IMG_EXTENSIONS = [".jpg", ".jpeg", ".png"] NOT_LIST = ["*/Galleries/*", "Archives"] # fmt: on -pbardict: dict[str, tqdm] = {} - args = parse_arguments(VERSION) lock_file = os.path.join(args.root_directory, ".lock") diff --git a/modules/generate_html.py b/modules/generate_html.py index 64c959d..de6102b 100644 --- a/modules/generate_html.py +++ b/modules/generate_html.py @@ -32,7 +32,6 @@ env = Environment(loader=FileSystemLoader(os.path.join(SCRIPTDIR, "templates"))) thumbnails: list[tuple[str, str]] = [] info: dict[str, str] = {} licens: dict[str, str] = {} -pbardict: dict[str, tqdm] = {} def initialize_sizelist(folder: str) -> dict[str, dict[str, int]]: