mirror of https://github.com/scrapy/scrapy.git
removed obsolete settings
This commit is contained in:
parent
8480f49cf6
commit
0723534655
|
|
@ -191,10 +191,6 @@ STATS_DEBUG = False
|
|||
STATS_SDB_DOMAIN = 'scrapy_stats'
|
||||
STATS_SDB_ASYNC = False
|
||||
|
||||
# deprecated settings - the stats web service should be moved to the web console
|
||||
STATS_WSPORT = 8089
|
||||
STATS_WSTIMEOUT = 15
|
||||
|
||||
STATSMAILER_RCPTS = []
|
||||
|
||||
TEMPLATES_DIR = abspath(join(dirname(__file__), '..', 'templates'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue