Archived
1
0

removed @staticmethod from parse_extendedinfo

This commit is contained in:
RTB 2014-06-06 23:29:32 +02:00
parent 4eeabd7aba
commit a12add5e4c

View File

@ -187,8 +187,7 @@ class ChemSpider(Source):
}
return synonym
@staticmethod
def parse_extendedinfo(response):
def parse_extendedinfo(self, response):
"""Scrape data from the ChemSpider GetExtendedCompoundInfo API"""
sel = Selector(response)
properties = []