Skip to content

Commit 90cd7a7

Browse files
authored
Fix #94 (#95)
1 parent 6644fa1 commit 90cd7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mixpanel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def __init__(self, events_url=None, people_url=None, import_url=None,
558558
self._http = urllib3.PoolManager(
559559
retries=retry_config,
560560
timeout=urllib3.Timeout(request_timeout),
561-
cert_reqs=cert_reqs,
561+
cert_reqs=str(cert_reqs),
562562
)
563563

564564
def send(self, endpoint, json_message, api_key=None, api_secret=None):

0 commit comments

Comments
 (0)