diff --git a/extractor.py b/extractor.py index c951ab7..500d107 100644 --- a/extractor.py +++ b/extractor.py @@ -100,7 +100,7 @@ def createCerts(args): print('Unable to locate account or certificates in json') return # if Resolver is defined, but not used, return - if resolver['Certificates'] is None: + if resolver['Certificates'] is 'null': return # Loop over all certificates for c in resolver['Certificates']: