Skip to content

Commit

Permalink
http -> https://
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Mar 8, 2024
1 parent 1db05d8 commit 0ff69b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixpanel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def __init__(self, events_url=None, people_url=None, import_url=None,
)

self._session = requests.Session()
self._session.mount('http', adapter)
self._session.mount('https://', adapter)

def send(self, endpoint, json_message, api_key=None, api_secret=None):
"""Immediately record an event or a profile update.
Expand Down

0 comments on commit 0ff69b1

Please sign in to comment.