From e263b2c66e64a8b246418b88b24bda6c8a08fd2d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 17 Nov 2019 14:22:41 +0100 Subject: Remove debug --- commcrawler/scrapy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commcrawler/scrapy.py') diff --git a/commcrawler/scrapy.py b/commcrawler/scrapy.py index 5237d25..44659ad 100644 --- a/commcrawler/scrapy.py +++ b/commcrawler/scrapy.py @@ -38,7 +38,7 @@ DATE_MONTH_FUTUR_DELAY = 2 MAX_LINKS = None # if None no max NUMBER_PER_PAGE = settings.NUMBER_PER_SESSION -ONLY_FIRST_PAGE = True +ONLY_FIRST_PAGE = False class DefaultSpider: -- cgit v1.2.3