mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 18:04:15 +00:00
removed more obsolete adaptors code
This commit is contained in:
parent
1bf5682144
commit
59e0a83ad4
@ -11,17 +11,6 @@ to any particular component. In that case the module of that component will be
|
|||||||
shown, typically an extension, middleware or pipeline. It also means that the
|
shown, typically an extension, middleware or pipeline. It also means that the
|
||||||
component must be enabled in order for the setting to have any effect.
|
component must be enabled in order for the setting to have any effect.
|
||||||
|
|
||||||
.. setting:: ADAPTORS_DEBUG
|
|
||||||
|
|
||||||
ADAPTORS_DEBUG
|
|
||||||
--------------
|
|
||||||
|
|
||||||
Default: ``False``
|
|
||||||
|
|
||||||
Enable debug mode for adaptors.
|
|
||||||
|
|
||||||
See :ref:`topics-adaptors`.
|
|
||||||
|
|
||||||
.. setting:: BOT_NAME
|
.. setting:: BOT_NAME
|
||||||
|
|
||||||
BOT_NAME
|
BOT_NAME
|
||||||
|
@ -15,8 +15,6 @@ Scrapy developers, if you add a setting here remember to:
|
|||||||
|
|
||||||
from os.path import join, abspath, dirname
|
from os.path import join, abspath, dirname
|
||||||
|
|
||||||
ADAPTORS_DEBUG = False
|
|
||||||
|
|
||||||
BOT_NAME = 'scrapybot'
|
BOT_NAME = 'scrapybot'
|
||||||
BOT_VERSION = '1.0'
|
BOT_VERSION = '1.0'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user