diff --git a/backend/tls_utils.py b/backend/tls_utils.py index 86e7fb7b478b7375b725f0b63d96bd275b057dcf..ba6805fbb1c652247a79b75608d69be73fac590f 100644 --- a/backend/tls_utils.py +++ b/backend/tls_utils.py @@ -19,7 +19,7 @@ class TLSDetails: self.expires_in_days = expires_in_days self.error_message = error_message self.connection_error = connection_error - + def print(self, console: Console): if self.connection_error: console.log("[orange bold underline]" + self.domain_name, self.error_message, style="orange")