diff options
| author | Josef Gustafsson <josef.gson@gmail.com> | 2015-10-09 09:51:40 +0200 |
|---|---|---|
| committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-10-09 09:51:40 +0200 |
| commit | 5ff68a6f8de8cd1500d82f17f11f8e9c03f399df (patch) | |
| tree | d84b98570fd08f222a31789610672762f4576f55 | |
| parent | 3e3e73f189c73dc2c0ebaca7f1dcb5b06d98c6c9 (diff) | |
done testing
| -rwxr-xr-x | monitor/josef_reader.py | 10 |
1 files changed, 5 insertions, 5 deletions
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__": |
