Set exempt constant to case to bool False.

pull/1451/head
jMyles 2019-12-23 14:34:03 -08:00
parent ecff39bbdc
commit ea6b1c1fcf
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ import ssl
import requests
import time
from constant_sorrow.constants import CERTIFICATE_NOT_SAVED, EXEMPT_FROM_VERIFICATION
from bytestring_splitter import BytestringSplitter, VariableLengthBytestring
from constant_sorrow.constants import CERTIFICATE_NOT_SAVED
EXEMPT_FROM_VERIFICATION.bool_value(False)
from cryptography import x509
from cryptography.hazmat.backends import default_backend
from twisted.logger import Logger