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 10, 2015
1 parent e52fe80 commit fc7247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
@@ -1,6 +1,6 @@
import requests

r = requests.get('https://fairemtl.ca/fr/affichage-dynamique-vers-stationnement-disponible', verify=True, prefetch=True)
r = requests.get('https://fairemtl.ca/fr/affichage-dynamique-vers-stationnement-disponible', prefetch=True)

if (r.status_code == requests.codes.ok):

Expand Down

0 comments on commit fc7247d

Please sign in to comment.