Skip to content

Commit

Permalink
still fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
hyakuhei committed Apr 16, 2015
1 parent 16254bb commit fec404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeatherScraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def getConditions(self,lat,lon):

data = ret.json()
weather = data['data']['weather'][0]['hourly'][0]
astro = data['data']['weather']['astronomy']
astro = data['data']['weather'][0]['astronomy']

response = {}
response['windDirection16pt']=weather['winddir16Point']
Expand Down

0 comments on commit fec404c

Please sign in to comment.