Merge Upstream
This commit is contained in:
commit
85e220c5b9
@ -39,7 +39,7 @@ end
|
|||||||
|
|
||||||
forecast.command = 'f [Ort]'
|
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 apikey = cred_data.forecastio_apikey
|
||||||
local google_apikey = cred_data.google_apikey
|
local google_apikey = cred_data.google_apikey
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ end
|
|||||||
|
|
||||||
weather.command = 'w [Ort]'
|
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 apikey = cred_data.forecastio_apikey
|
||||||
local google_apikey = cred_data.google_apikey
|
local google_apikey = cred_data.google_apikey
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user