From b244ea7ac028e2aae69d7014a808d49fa26d7c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 5 Nov 2024 20:05:58 +0100 Subject: [PATCH] Add the missing import to the docs example --- docs/topics/autothrottle.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/autothrottle.rst b/docs/topics/autothrottle.rst index 9f9114e83..48d742f63 100644 --- a/docs/topics/autothrottle.rst +++ b/docs/topics/autothrottle.rst @@ -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