Skip to content

Commit

Permalink
update dark sky api url
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeraci authored Sep 20, 2016
1 parent ca5ea37 commit 3236846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'timePollTime': 10,

'weatherPollTime': 1000 * 60 * 5,
'weatherUrl': 'https://api.forecast.io/forecast/',
'weatherUrl': 'https://api.darksky.net/forecast/',

'birthdaysPollTime': 1000 * 60,
'birthdaysUrl': '/birthdays',
Expand Down

0 comments on commit 3236846

Please sign in to comment.