Skip to content

Commit cd0a981

Browse files
Carsten JacobsenCarsten Jacobsen
authored andcommitted
Python3 Updates
1 parent 69d6685 commit cd0a981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyperwallet/utils/apiclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, username, password, server):
4848

4949
# The default connection to persist authentication and SSL settings.
5050
defaultSession = requests.Session()
51-
defaultSession.mount(self.server, SSLAdapter(ssl.PROTOCOL_TLSv1_2))
51+
defaultSession.mount(self.server, SSLAdapter())
5252
defaultSession.auth = (self.username, self.password)
5353
defaultSession.headers = self.baseHeaders
5454

0 commit comments

Comments
 (0)