summaryrefslogtreecommitdiff
path: root/cron/handler.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-29 09:19:07 +0200
committerGitHub <noreply@github.com>2022-11-29 09:19:07 +0200
commit50d9d173d1c2cf22efb960fd122ca64201f34bf5 (patch)
tree8e54dc74a491c564575a47f85f79ae1d41c03059 /cron/handler.py
parent3c0fce7319f4e4ae076527eb98e6164210bdb34c (diff)
parent8507df99e5a3a77fa2a2f1c716e2eefeee92f11b (diff)
Merge pull request #30 from yuvadm/v6v6.0.0
Major v6 upgrade
Diffstat (limited to 'cron/handler.py')
-rw-r--r--cron/handler.py3
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():