Skip to content

Commit

Permalink
activates spider_closed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wendt committed Oct 26, 2020
1 parent 219ea02 commit 024cfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_toolbox/google_app_engine_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class GaePartCalcMiddleware:
def from_crawler(cls, crawler):
s = cls()
crawler.signals.connect(s.spider_opened, signal=signals.spider_opened)
#crawler.signals.connect(s.spider_closed, signal=signals.spider_closed)
crawler.signals.connect(s.spider_closed, signal=signals.spider_closed)
return s

def spider_opened(self, spider):
Expand Down

0 comments on commit 024cfba

Please sign in to comment.