From d370066a499a4e66ed1ebf2f7ddc6acb54c16340 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 9 Apr 2008 17:16:13 +0000 Subject: [PATCH] - add a checked time to each record. --- findbadpcu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/findbadpcu.py b/findbadpcu.py index 5e08d15..ba3270d 100755 --- a/findbadpcu.py +++ b/findbadpcu.py @@ -235,6 +235,7 @@ def collectPingAndSSH(pcuname, cohash): errors['traceback'] = traceback.format_exc() print errors['traceback'] + values['checked'] = time.time() return (pcuname, values, errors) def recordPingAndSSH(request, result): -- 2.43.0