From 0ab08c968e9ced06848a75723e2392fb590d1fe1 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 24 Apr 2025 15:27:21 +0000 Subject: [PATCH] use a string for env var --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 1f8f1c21..db0c83d5 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -96,7 +96,7 @@ import wsgiref.util import zipfile # disable legacy stuff we don't use and isn't secure -os.environ['CRYPTOGRAPHY_OPENSSL_NO_LEGACY'] = 1 +os.environ['CRYPTOGRAPHY_OPENSSL_NO_LEGACY'] = "1" from cryptography import x509 from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives import hashes, serialization