Damn you semicolon!
This commit is contained in:
parent
f128c54312
commit
0c9862d836
@ -20,7 +20,7 @@ class FourmiSpider(Spider):
|
|||||||
"""
|
"""
|
||||||
super(FourmiSpider, self).__init__(*args, **kwargs)
|
super(FourmiSpider, self).__init__(*args, **kwargs)
|
||||||
self.synonyms.append(compound)
|
self.synonyms.append(compound)
|
||||||
self.selected_attributes = selected_attributes;
|
self.selected_attributes = selected_attributes
|
||||||
|
|
||||||
def parse(self, response):
|
def parse(self, response):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user