Navigation Menu

Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalRobichaudDO101 committed Jul 12, 2015
1 parent c6d363d commit 90f6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -46,7 +46,7 @@

onglet_commentaires = soup.find("a",{"href":"#tabs-0-footer-2"})
onglet_commentaires = onglet_commentaires.getText()
#onglet_commentaires = onglet_commentaires.replace("Commentaires (","")
onglet_commentaires = onglet_commentaires.replace("Commentaires (","")

#Extraire le chiffre du libellé de l'onglet

Expand Down

0 comments on commit 90f6270

Please sign in to comment.