remove old urllib3 error ignore

main
Marshall Hallenbeck 2023-09-22 10:40:43 -04:00
parent b33ccfb1c8
commit 85ed0794ee
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@ import sys
import requests
from requests import ConnectionError
# The following disables the InsecureRequests warning and the 'Starting new HTTPS connection' log message
from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
class NXCModule:
"""