Added CLOSESPIDER_ERRORCOUNT to scrapy/default_settings.py

This commit is contained in:
Pablo Hoffman 2012-03-01 09:45:25 -02:00
parent 9006227358
commit 8b83177655
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ BOT_VERSION = '1.0'
CLOSESPIDER_TIMEOUT = 0
CLOSESPIDER_PAGECOUNT = 0
CLOSESPIDER_ITEMCOUNT = 0
CLOSESPIDER_ERRORCOUNT = 0
COMMANDS_MODULE = ''