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 70da742 commit d59d6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -5,9 +5,9 @@

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

print(r.content)
#print(r.content)
#print(r.header)
#print(r.text)
print(r.text)



Expand Down

0 comments on commit d59d6a7

Please sign in to comment.