diff options
| author | Stanislav Boboň | 2020-12-09 11:39:48 +0100 |
|---|---|---|
| committer | Stanislav Boboň | 2020-12-09 11:39:48 +0100 |
| commit | dd80a6b100e72cccc87d96e383560907955211c3 (patch) | |
| tree | 6ef9d14b1e229bf5b2ba8b170244bd6db6398ea3 | |
| parent | 7ef7659cc086fc0b8d33718b421dd8f6a5993a71 (diff) | |
| download | sec-certs-dd80a6b100e72cccc87d96e383560907955211c3.tar.gz sec-certs-dd80a6b100e72cccc87d96e383560907955211c3.tar.zst sec-certs-dd80a6b100e72cccc87d96e383560907955211c3.zip | |
slight changes
| -rw-r--r-- | sec_certs/certificate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/certificate.py b/sec_certs/certificate.py index a816936e..37c114de 100644 --- a/sec_certs/certificate.py +++ b/sec_certs/certificate.py @@ -120,7 +120,7 @@ class FIPSCertificate(Certificate, ComplexSerializableType): file_status: Optional[bool], connections: List, txt_state: bool=False, - keywords=[]): + keywords: Dict =None): super().__init__() self.cert_id = cert_id |
