Merge pull request #542 from MikeTheWatchGuy/Dev-latest

Minor change
This commit is contained in:
MikeTheWatchGuy 2018-10-22 12:48:22 -04:00 committed by GitHub
commit 4d0c1f645a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import calendar
import forecastio
##### CHANGE these settings to match your location... check Google Maps #####
MY_LOCATION_LAT = 35.738387
MY_LOCATION_LON = -79.203797
MY_LOCATION_LAT = 35.780086
MY_LOCATION_LON = -79.638860
##### You need a free dark-sky key. You get 1000 calls a month for free #####
DARKSKY_KEY = "YOUR DARKSKY KEY GOES HERE" # *** INSERT YOUR DARKSKY KEY HERE **