From ea9c74bbf5be81ccb6248b53e541b1d2e06d3d07 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Tue, 27 Aug 2024 21:10:11 +0300 Subject: Fix parser args --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit 1.4.1