From 52eac2b437de34227ef4d870184165c6803c033b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 25 Dec 2017 23:44:03 -0800 Subject: [PATCH] Import certifi from requests --- plexpy/http_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/http_handler.py b/plexpy/http_handler.py index 966adb54..52476ce5 100644 --- a/plexpy/http_handler.py +++ b/plexpy/http_handler.py @@ -20,7 +20,7 @@ from functools import partial from multiprocessing.dummy import Pool as ThreadPool from urlparse import urljoin -import certifi +from requests import certs as certifi from requests.packages import urllib3 from requests.packages.urllib3.exceptions import InsecureRequestWarning