about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-31 16:20:23 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-31 16:20:23 +0300
commit6e2ebde31b399d5927a881b32f074800b45cdb57 (patch)
treed5b286abf5f8313899c067e22ca070d85729c57e
parent38030e9d3930fb25ee422ac6061a3d6f58b05324 (diff)
downloadhttpy-6e2ebde31b399d5927a881b32f074800b45cdb57.tar.gz
httpy-6e2ebde31b399d5927a881b32f074800b45cdb57.zip
fix parser
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 360bb2b..6703ca2 100644
--- a/main.py
+++ b/main.py
@@ -52,8 +52,8 @@ _parser.add_argument("-k", "--priv-key",
                      help="private key",
                      required=True)
 _parser.add_argument("--compress-path",
-                     help="enables pre-compression of files in 'www' folder (default True)",
-                     default=True,
+                     help="enables pre-compression of files in 'www' folder (default False)",
+                     default=False,
                      action="store_true")
 _parser.add_argument("--disable-ssl",
                      help="SSL for HTTPs encrypted connection (default True)",