avoid shutting down the reactor from two places, for now

This commit is contained in:
Pablo Hoffman 2009-09-03 12:41:04 -03:00
parent be76490002
commit c33d6bbdbd
1 changed files with 0 additions and 2 deletions

View File

@ -113,8 +113,6 @@ class ExecutionManager(object):
"""Stop the scrapy server, shutting down the execution engine"""
self.interrupted = True
scrapyengine.stop()
if self.control_reactor and reactor.running:
reactor.stop()
def _signal_shutdown(self, signum, _):
signame = signal_names[signum]