Merge Upstream

This commit is contained in:
Akamaru 2016-09-20 17:18:53 +02:00
commit 85e220c5b9
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ end
forecast.command = 'f [Ort]'
local BASE_URL = "https://api.forecast.io/forecast"
local BASE_URL = "https://api.darksky.net/forecast"
local apikey = cred_data.forecastio_apikey
local google_apikey = cred_data.google_apikey

View File

@ -29,7 +29,7 @@ end
weather.command = 'w [Ort]'
local BASE_URL = "https://api.forecast.io/forecast"
local BASE_URL = "https://api.darksky.net/forecast"
local apikey = cred_data.forecastio_apikey
local google_apikey = cred_data.google_apikey