Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jan 25, 2023
1 parent 705de30 commit d8b5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ class Session(object):
def __init__(self):
self._headers = HEADERS
self._session = requests.sessions.Session()
self._sesion.mount(
self._session.mount(
"https://",
SSLCiphers(
cipher_list="ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SH"
Expand Down

0 comments on commit d8b5d3c

Please sign in to comment.