Skip to content

Commit

Permalink
removed deprecated scrapy settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Feb 17, 2013
1 parent 4352f85 commit 5248a3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions example-project/example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@
#
# http://doc.scrapy.org/topics/settings.html
#

BOT_NAME = 'example'
BOT_VERSION = '1.0'

SPIDER_MODULES = ['example.spiders']
NEWSPIDER_MODULE = 'example.spiders'
USER_AGENT = '%s/%s' % (BOT_NAME, BOT_VERSION)

SCHEDULER = "scrapy_redis.scheduler.Scheduler"
SCHEDULER_PERSIST = True
Expand Down

0 comments on commit 5248a3f

Please sign in to comment.