Add the missing import to the docs example

This commit is contained in:
Adrián Chaves 2024-11-05 20:05:58 +01:00
parent 5862216bb1
commit b244ea7ac0
1 changed files with 2 additions and 0 deletions

View File

@ -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