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:
parent
42e6ed74e5
commit
ebe847bc6b
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user