From ae2da999f903a59624c719fd9e85872394c316fd Mon Sep 17 00:00:00 2001 From: joan Date: Sun, 18 Sep 2016 08:07:20 -0500 Subject: [PATCH] Metar source typo --- noaweather/metar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noaweather/metar.py b/noaweather/metar.py index 2e0e474..e2db1fe 100644 --- a/noaweather/metar.py +++ b/noaweather/metar.py @@ -35,7 +35,7 @@ class Metar: RE_TEMPERATURE2 = re.compile(r'\bT(0|1)([0-9]{3})(0|1)([0-9]{3})\b') RE_PRECIPITATION = re.compile('(-|\+)?(RE)?(DZ|SG|IC|PL|SH)?(DZ|RA|SN|TS)(NO|E)?') - METAR_STATIONS_URL = 'hhttp://www.aviationweather.gov/docs/metar/stations.txt' + METAR_STATIONS_URL = 'http://www.aviationweather.gov/docs/metar/stations.txt' VATSIM_METAR_STATIONS_URL = 'http://metar.vatsim.net/metar.php?id=all' IVAO_METAR_STATIONS_URL = 'http://wx.ivao.aero/metar.php' METAR_REPORT_URL = 'http://tgftp.nws.noaa.gov/data/observations/metar/cycles/%sZ.TXT'