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:
parent
937cd990c6
commit
c8f732f7a2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user