don't reset scrapy stats when spider is opened

This commit is contained in:
Pablo Hoffman 2012-10-09 12:40:51 -02:00
parent ceeea27d21
commit 1ae1a3ea52
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class StatsCollector(object):
self._stats.clear()
def open_spider(self, spider):
self._stats = {}
pass
def close_spider(self, spider, reason):
if self._dump: