From 0649d8115817785eb4b35ac0f725406d19cef175 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 22 Mar 2021 00:15:07 +0100 Subject: [PATCH] - indentation fix --- TLD_Builder/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TLD_Builder/config.py b/TLD_Builder/config.py index 0e304c4..3bede1b 100644 --- a/TLD_Builder/config.py +++ b/TLD_Builder/config.py @@ -127,11 +127,11 @@ config = Builder_Conf() def init_conf(builder=None): try: - _create_unverified_https_context = ssl._create_unverified_context + _create_unverified_https_context = ssl._create_unverified_context except AttributeError: - pass + pass else: - ssl._create_default_https_context = _create_unverified_https_context + ssl._create_default_https_context = _create_unverified_https_context os.environ['LC_ALL'] = "C" status.push("reading builder config") log.builder = builder -- 2.44.0