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 2c1361a commit abdc70a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scraper.py
Expand Up @@ -49,5 +49,8 @@ def left(s, amount = 1, substring = ""):
#Fin du traitement
fin_traitement = datetime.now()
print("Fin du traitement: %s " % fin_traitement)

duree = fin_traitement - debut_traitement
print(duree)


0 comments on commit abdc70a

Please sign in to comment.