Skip to content

Commit 01319a7

Browse files
committed
Fix metar response: Invalid field name(s) found: raw_text
1 parent 4422e81 commit 01319a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmateweather/weather-metar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ metar_start_open (WeatherInfo *info)
550550
}
551551

552552
msg = soup_form_request_new (
553-
"GET", "https://www.aviationweather.gov/adds/dataserver_current/httpparam",
553+
"GET", "https://www.aviationweather.gov/adds/dataserver1_3/httpparam",
554554
"dataSource", "metars",
555555
"requestType", "retrieve",
556556
"format", "xml",

0 commit comments

Comments
 (0)