A web scraper build to search specific information for a given compound (and its pseudonyms)

Damn you semicolon!

+1 -1
+1 -1
FourmiCrawler/spider.py
··· 20 20 """ 21 21 super(FourmiSpider, self).__init__(*args, **kwargs) 22 22 self.synonyms.append(compound) 23 - self.selected_attributes = selected_attributes; 23 + self.selected_attributes = selected_attributes 24 24 25 25 def parse(self, response): 26 26 """