remove CrawlerProcess.stopping as it isn't used any more

This commit is contained in:
Alexander Chekunkov 2015-05-26 17:37:16 +07:00
parent 3545468389
commit b0ea3e38d1
1 changed files with 0 additions and 1 deletions

View File

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