From c8f732f7a261bd7f3482051407a81d49c3a9a174 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 27 Sep 2019 11:36:07 +0100 Subject: [PATCH] exe: We don't need to explicitly set REQUESTS_CA_BUNDLE any more. --- companion.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/companion.py b/companion.py index a9fb97ff..8f9b1f92 100644 --- a/companion.py +++ b/companion.py @@ -295,9 +295,6 @@ class Session(object): from requests.packages import urllib3 urllib3.disable_warnings() - if getattr(sys, 'frozen', False): - os.environ['REQUESTS_CA_BUNDLE'] = join(config.respath, 'cacert.pem') - def login(self, cmdr=None, is_beta=None): # Returns True if login succeeded, False if re-authorization initiated. if not CLIENT_ID: