From fe981aa382df41af28da8dcf92522da9e16976b9 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Tue, 27 Aug 2024 20:22:11 +0300 Subject: Fix bug + addition of argparse --- src/file_man.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/file_man.py b/src/file_man.py index 1759338..e16d448 100644 --- a/src/file_man.py +++ b/src/file_man.py @@ -127,8 +127,3 @@ def compress_path_map(path_map: dict[str, dict[str, Any]], path_prefix: str = "c print("END OF LIST.", len(path_map), end="\n\n") return path_map - - -PATH_MAP = generate_path_map() -if FILE_MAN_COMPRESS: - PATH_MAP = compress_path_map(PATH_MAP, regen=True) -- cgit 1.4.1