1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

exe: We don't need to explicitly set REQUESTS_CA_BUNDLE any more.

This commit is contained in:
Athanasius 2019-09-27 11:36:07 +01:00
parent 937cd990c6
commit c8f732f7a2

View File

@ -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: