Commented out this non-critical piece of code that probably does something...

pull/713/head
sTiKyt 2020-08-13 23:01:04 +03:00
parent 1619a63d12
commit 60eada3968
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ if EULAController().check_eula_existence() is False:
if EULAController().check_eula_confirmation() is False:
EULAController().confirm_eula()
if not environ.get("PYTHONHTTPSVERIFY", "") and getattr(
ssl, "_create_unverified_context", None):
ssl._create_default_https_context = ssl._create_unverified_context
# if not environ.get("PYTHONHTTPSVERIFY", "") and getattr(
# ssl, "_create_unverified_context", None):
# ssl._create_default_https_context = ssl._create_unverified_context
simple_informant.check_permissions()
# verCheck() # For now it's useless, i'll rewrite it later, after release.