mirror of https://github.com/scrapy/scrapy.git
add import.
This commit is contained in:
parent
4878cc7ef0
commit
8de2064ba3
|
|
@ -125,7 +125,7 @@ You can also send multiple requests in parallel:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from scrapy.utils.defer import DeferredList
|
||||
from scrapy.utils.defer import DeferredList, maybe_deferred_to_future
|
||||
|
||||
class MultipleRequestsSpider(scrapy.Spider):
|
||||
name = "multiple"
|
||||
|
|
|
|||
Loading…
Reference in New Issue