From 1f769256c350b0522e7b0c464cd9e6e2f85a6a10 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Fri, 26 Apr 2024 13:03:36 -0400 Subject: [PATCH] remove reg warning --- site/app/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/app/app.py b/site/app/app.py index fdaf2dc..54ca843 100644 --- a/site/app/app.py +++ b/site/app/app.py @@ -5,6 +5,9 @@ import requests import boto3 import yaml +import urllib3 + +urllib3.disable_warnings() def b64_lazy_decode(s: str) -> str|None: """