From a3a0f43833f330390c1e796aff6ec545c88b570f Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Wed, 16 Dec 2015 15:49:41 +0530 Subject: [PATCH] Update sslutil.py --- ee/core/sslutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ee/core/sslutils.py b/ee/core/sslutils.py index 36a4dc65..7800f99b 100644 --- a/ee/core/sslutils.py +++ b/ee/core/sslutils.py @@ -20,4 +20,3 @@ class SSL: " -text -noout|grep \"Not After\"|cut -c 25-`\" ".format(domain)) return expiration_date - \ No newline at end of file