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

@@ -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]]: