Skip to content

Commit 5248a3f

Browse files
committed
removed deprecated scrapy settings.
1 parent 4352f85 commit 5248a3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example-project/example/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
#
66
# http://doc.scrapy.org/topics/settings.html
77
#
8-
9-
BOT_NAME = 'example'
10-
BOT_VERSION = '1.0'
11-
128
SPIDER_MODULES = ['example.spiders']
139
NEWSPIDER_MODULE = 'example.spiders'
14-
USER_AGENT = '%s/%s' % (BOT_NAME, BOT_VERSION)
1510

1611
SCHEDULER = "scrapy_redis.scheduler.Scheduler"
1712
SCHEDULER_PERSIST = True

0 commit comments

Comments
 (0)