mirror of https://github.com/scrapy/scrapy.git
fix: checks
This commit is contained in:
parent
dc6a495fee
commit
3f66b66e3f
|
|
@ -113,8 +113,7 @@ reactor after ``MySpider`` has finished running.
|
|||
reactor.run() # the script will block here until the crawling is finished
|
||||
|
||||
Same example but using a non-default reactor, it's only necessary call
|
||||
``install_reactor`` if you are using ``CrawlerRunner`` since ``CrawlerProcess``
|
||||
already does this automatically.
|
||||
``install_reactor`` if you are using ``CrawlerRunner`` since ``CrawlerProcess`` already does this automatically.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue