From 73fa91c9532f9bc2b368e34eb48c65acec374a2a Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 30 Oct 2013 20:08:06 +0100 Subject: [PATCH] Change scrape checking interval, to deal with traffic peaks --- scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape.py b/scrape.py index a29431e..528e0b0 100644 --- a/scrape.py +++ b/scrape.py @@ -43,4 +43,4 @@ while True: last_list = new_list - time.sleep(5 * 60) + time.sleep(1 * 60)