diff options
Diffstat (limited to 'cron/handler.py')
| -rw-r--r-- | cron/handler.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cron/handler.py b/cron/handler.py index a4ea1f3..8c52d0f 100644 --- a/cron/handler.py +++ b/cron/handler.py @@ -3,6 +3,7 @@ import re import boto3 import requests +import urllib3 from requests_ntlm import HttpNtlmAuth @@ -10,6 +11,8 @@ from datetime import datetime, timedelta from io import BytesIO from os import environ +urllib3.disable_warnings() + class GeshemUpdate(): |
