aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/weather.py b/src/plugins/weather.py
index 3b69ff0..60b7456 100644
--- a/src/plugins/weather.py
+++ b/src/plugins/weather.py
@@ -72,7 +72,7 @@ class Weather:
station = station.decode('utf-8', 'strict').split('\n')[0]
self.icao = station
#url = 'http://weather.noaa.gov/pub/data/observations/metar/decoded/%s.TXT' % station
- url = 'http://tgftp.nws.noaa.gov/data/observations/metar/decoded/%s.TXT' % station
+ url = 'https://tgftp.nws.noaa.gov/data/observations/metar/decoded/%s.TXT' % station
decoded = spawn_read('curl', url).split('\n')
# How to parse: http://www.wunderground.com/metarFAQ.asp