Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KFCMike committed Jun 26, 2018
1 parent 06de0a1 commit c388113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -16,10 +16,10 @@

names[15]=names[15][0:21]

dt=j['result']['hospData'][0]['hospTimeEn']

data = {names[i]: waitime[i] for i in range(0, 18)}

data = {names[i]: waitime[i] for i in range(0, 18)}
dt=j['result']['hospData'][0]['hospTimeEn']
data['date'] = dt

scraperwiki.sqlite.save(unique_keys=['date'], data=data)

0 comments on commit c388113

Please sign in to comment.