mirror of https://github.com/scrapy/scrapy.git
remove CrawlerProcess.stopping as it isn't used any more
(cherry picked from commit b0ea3e38d1)
This commit is contained in:
parent
8d2531fb05
commit
6c264f0e22
|
|
@ -207,7 +207,6 @@ class CrawlerProcess(CrawlerRunner):
|
|||
def __init__(self, settings):
|
||||
super(CrawlerProcess, self).__init__(settings)
|
||||
install_shutdown_handlers(self._signal_shutdown)
|
||||
self.stopping = False
|
||||
configure_logging(settings)
|
||||
log_scrapy_info(settings)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue