removed @staticmethod from parse_extendedinfo
This commit is contained in:
parent
4eeabd7aba
commit
a12add5e4c
@ -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 = []
|
||||
|
Reference in New Issue
Block a user