mirror of https://github.com/scrapy/scrapy.git
remove no longer used setting: MAIL_DEBUG
This commit is contained in:
parent
091c336b59
commit
9e62041b57
|
|
@ -168,7 +168,6 @@ LOG_UNSERIALIZABLE_REQUESTS = False
|
|||
|
||||
LOGSTATS_INTERVAL = 60.0
|
||||
|
||||
MAIL_DEBUG = False
|
||||
MAIL_HOST = 'localhost'
|
||||
MAIL_PORT = 25
|
||||
MAIL_FROM = 'scrapy@localhost'
|
||||
|
|
|
|||
Loading…
Reference in New Issue