diff --git a/resources/lib/DownloadUtils.py b/resources/lib/DownloadUtils.py index 1335063a..3bdf84b9 100644 --- a/resources/lib/DownloadUtils.py +++ b/resources/lib/DownloadUtils.py @@ -11,8 +11,8 @@ from ClientInformation import ClientInformation from requests.packages.urllib3.exceptions import InsecureRequestWarning # Disable requests logging -# requests.packages.urllib3.disable_warnings(InsecureRequestWarning) -# logging.getLogger("requests").setLevel(logging.WARNING) +requests.packages.urllib3.disable_warnings(InsecureRequestWarning) +logging.getLogger("requests").setLevel(logging.WARNING) class DownloadUtils():