fix: checks

This commit is contained in:
Laerte Pereira 2024-05-22 22:01:55 -03:00
parent dc6a495fee
commit 3f66b66e3f
1 changed files with 1 additions and 2 deletions

View File

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