Remove warning when adding HTTPS URL

This commit is contained in:
carlosam 2016-11-16 00:29:00 +00:00
parent ee3309b154
commit a34fe4bcaf

View File

@ -1511,6 +1511,7 @@ def network_handler(url):
method = 'HEAD'
if not http_handler:
urllib3.disable_warnings()
http_handler = urllib3.PoolManager()
try: