From 5ff68a6f8de8cd1500d82f17f11f8e9c03f399df Mon Sep 17 00:00:00 2001 From: Josef Gustafsson Date: Fri, 9 Oct 2015 09:51:40 +0200 Subject: done testing --- monitor/josef_reader.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'monitor') diff --git a/monitor/josef_reader.py b/monitor/josef_reader.py index 698aa6c..5fb565a 100755 --- a/monitor/josef_reader.py +++ b/monitor/josef_reader.py @@ -194,11 +194,11 @@ def db_monitor_domain(domain, log=None, exclude_invalid=None, get_cert=None, iss res.append(me) - print str(count_all) + " matches found. " \ - + str(count_valid) + " valid, " \ - + str(count_expired) + " expired and " \ - + str(count_not_yet_valid) + " not yet valid for " \ - + domain + # print str(count_all) + " matches found. " \ + # + str(count_valid) + " valid, " \ + # + str(count_expired) + " expired and " \ + # + str(count_not_yet_valid) + " not yet valid for " \ + # + domain return res if __name__ == "__main__": -- cgit v1.1