diff options
author | Nick White <git@njw.name> | 2019-03-05 08:11:12 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-03-05 08:11:12 +0000 |
commit | 80b9bfa2c71ea971db2e71fab1641cf7e140336d (patch) | |
tree | 55436d0d8417cb865c69a3de6b1028aea469aeb2 | |
parent | 4bb3d37a5bf84a25fe4498585c551ba53a18dbf7 (diff) | |
download | weather-80b9bfa2c71ea971db2e71fab1641cf7e140336d.tar.bz2 weather-80b9bfa2c71ea971db2e71fab1641cf7e140336d.zip |
Change BBC default location to Bristol
-rw-r--r-- | weather.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( ) const metdefid = "310118" -const bbcdefid = "2640729" +const bbcdefid = "2654675" const meturl = "https://www.metoffice.gov.uk/public/data/PWSCache/BestForecast/Forecast/%s.json?concise=true" const bbcurl = "https://weather-broker-cdn.api.bbci.co.uk/en/forecast/aggregated/%s" |