about summary refs log tree commit diff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 2248baf..3f3aace 100644
--- a/main.py
+++ b/main.py
@@ -44,7 +44,7 @@ _parser.add_argument("--compressed-path",
                      default="compress")
 _parser.add_argument("--disable-ssl",
                      help="SSL for HTTPs encrypted connection (default True)",
-                     default=True,
+                     default=False,
                      action="store_true")
 ARGS = _parser.parse_args()