about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)",