Skip to content

Commit 13619a7

Browse files
authored
Merge pull request #6 from hyperwallet/Python3-Updates
Python3 Updates
2 parents 69d6685 + cd0a981 commit 13619a7

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)