From e5cae1e6c923041e22403a87c6002c67db103da2 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 6 Nov 2009 14:19:56 -0200 Subject: [PATCH] renamed setting --- scrapy/contrib/itemsampler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapy/contrib/itemsampler.py b/scrapy/contrib/itemsampler.py index 60cd403f3..68bbd0680 100644 --- a/scrapy/contrib/itemsampler.py +++ b/scrapy/contrib/itemsampler.py @@ -15,8 +15,8 @@ Settings that affect this module: ITEMSAMPLER_FILE file where to store the pickled dict of scraped items -ITEMSAMPLER_CLOSE_DOMAIN - wether to close the domain after enough products have been sampled +ITEMSAMPLER_CLOSE_SPIDER + wether to close the spider after enough products have been sampled ITEMSAMPLER_MAX_RESPONSE_SIZE maximum response size to process """