mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix SslCertificateCheck.__init__() docstring
This commit is contained in:
parent
268799ee0f
commit
f64dd7b06e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class SslCertificateCheck(_ConnectionPlugin):
|
|||
option."""
|
||||
|
||||
def __init__(self, config):
|
||||
"""Initialize clamav configuration."""
|
||||
"""Initialize plugin."""
|
||||
super().__init__(config)
|
||||
self.warn_ssl_cert_secs_valid = (
|
||||
config[sslcertwarndays] * strformat.SECONDS_PER_DAY
|
||||
|
|
|
|||
Loading…
Reference in a new issue