diff --git a/temmies/__init__.py b/temmies/__init__.py index 48fb9b9..0c82371 100644 --- a/temmies/__init__.py +++ b/temmies/__init__.py @@ -1,3 +1,5 @@ from .themis import Themis +import urllib3 __all__ = ["Themis"] +urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)