mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 10:03:54 +00:00
Merge pull request #1258 from chekunkov/crawler-process-stopping-is-no-more
[MRG+1] Remove CrawlerProcess.stopping as it isn't used any more
This commit is contained in:
commit
5ee08865d6
@ -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…
x
Reference in New Issue
Block a user