about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-27 20:22:11 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-27 20:22:11 +0300
commitfe981aa382df41af28da8dcf92522da9e16976b9 (patch)
tree4c8cc0b4038a40113257d85168455a388223df09 /src
parent873946002d347b5db6ba6dec8722c0b792e7d584 (diff)
downloadhttpy-fe981aa382df41af28da8dcf92522da9e16976b9.tar.gz
httpy-fe981aa382df41af28da8dcf92522da9e16976b9.zip
Fix bug + addition of argparse
Diffstat (limited to 'src')
-rw-r--r--src/file_man.py5
1 files changed, 0 insertions, 5 deletions
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)