removed pbardict

This commit is contained in:
2025-05-30 11:25:32 +02:00
committed by Flo Greistorfer
parent 2a0323e579
commit cf494401c8
2 changed files with 0 additions and 3 deletions

View File

@@ -34,8 +34,6 @@ IMG_EXTENSIONS = [".jpg", ".jpeg", ".png"]
NOT_LIST = ["*/Galleries/*", "Archives"] NOT_LIST = ["*/Galleries/*", "Archives"]
# fmt: on # fmt: on
pbardict: dict[str, tqdm] = {}
args = parse_arguments(VERSION) args = parse_arguments(VERSION)
lock_file = os.path.join(args.root_directory, ".lock") lock_file = os.path.join(args.root_directory, ".lock")

View File

@@ -32,7 +32,6 @@ env = Environment(loader=FileSystemLoader(os.path.join(SCRIPTDIR, "templates")))
thumbnails: list[tuple[str, str]] = [] thumbnails: list[tuple[str, str]] = []
info: dict[str, str] = {} info: dict[str, str] = {}
licens: dict[str, str] = {} licens: dict[str, str] = {}
pbardict: dict[str, tqdm] = {}
def initialize_sizelist(folder: str) -> dict[str, dict[str, int]]: def initialize_sizelist(folder: str) -> dict[str, dict[str, int]]: