mirror of https://github.com/scrapy/scrapy.git
Add the missing import to the docs example
This commit is contained in:
parent
5862216bb1
commit
b244ea7ac0
|
|
@ -57,6 +57,8 @@ request metadata key to ``True``:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from scrapy import Request
|
||||
|
||||
Request("https://example.com", meta={"dont_throttle": True})
|
||||
|
||||
Note, however, that AutoThrottle still determines the starting delay of every
|
||||
|
|
|
|||
Loading…
Reference in New Issue