Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
masterofpun committed Nov 13, 2017
1 parent 716ef63 commit 10e0e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -19,6 +19,7 @@

for state in states:
state_list = req.get(base_url.format(state), headers=headers).text
print(state_list)
state_list = state_list.split('store-locator-results-table',1)[1].split('<table',1)[0]
for stores_data in state_list.split('<tr')[2:]:
data = []
Expand Down

0 comments on commit 10e0e1a

Please sign in to comment.