Update faq.rst

spider.DOWNLOAD_DELAY is deprecated
This commit is contained in:
Mikhail Korobov 2013-04-18 02:42:15 +06:00
parent 9feb65865c
commit b245d592aa
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ higher) in your spider::
name = 'myspider'
DOWNLOAD_DELAY = 2
download_delay = 2
# [ ... rest of the spider code ... ]