mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
use a string for env var
This commit is contained in:
@@ -96,7 +96,7 @@ import wsgiref.util
|
|||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
# disable legacy stuff we don't use and isn't secure
|
# 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 import x509
|
||||||
from cryptography.hazmat.backends import default_backend
|
from cryptography.hazmat.backends import default_backend
|
||||||
from cryptography.hazmat.primitives import hashes, serialization
|
from cryptography.hazmat.primitives import hashes, serialization
|
||||||
|
|||||||
Reference in New Issue
Block a user