1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 04:44:26 +00:00

Activated adaptor pipeline creation at items __init__

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40341
This commit is contained in:
elpolilla 2008-10-24 00:37:51 +00:00
parent 42e6ed74e5
commit ebe847bc6b

View File

@ -9,7 +9,7 @@ class ScrapedItem(object):
"""
def __init__(self, adaptors_pipe={}):
#self.set_adaptors(adaptors_pipe)
self.set_adaptors(adaptors_pipe)
pass
def set_adaptors(self, adaptors_pipe):