From 6af5c4a349f0340675b23217062c1fe9406f5d1f Mon Sep 17 00:00:00 2001 From: josef Date: Wed, 28 Oct 2015 12:52:14 +0100 Subject: adding diff counter for history in logreader --- monitor/josef_experimental.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'monitor/josef_experimental.py') diff --git a/monitor/josef_experimental.py b/monitor/josef_experimental.py index eab57a1..979bae8 100755 --- a/monitor/josef_experimental.py +++ b/monitor/josef_experimental.py @@ -134,7 +134,9 @@ if __name__ == '__main__': # get_entries(url,8,8) # except Exception, e: # print "Failed to get entry from " + log["name"], e - - check_inclusion_by_submission(1,1,[CTLOGS[3]],[CTLOGS[3]]) + log = CTLOGS[9] + entries = get_entries(log["url"],0,5000)["entries"] + print log["name"], len(entries) + # check_inclusion_by_submission(1,1,[CTLOGS[3]],[CTLOGS[3]]) -- cgit v1.1