Update README.md

This commit is contained in:
Narbeh Arakil
2020-07-20 18:03:14 +04:30
parent d5ea5cca89
commit 230c98ba0d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -178,6 +178,7 @@ class SSLChecker:
else:
self.total_valid += 1
# If the certificate has less than 15 days validity
if context['valid_days_to_expire'] <= 15:
self.total_warning += 1