Skip to content

Commit

Permalink
Fix metar response: Invalid field name(s) found: raw_text
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed May 29, 2020
1 parent 4422e81 commit 6d54cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmateweather/weather-metar.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ metar_start_open (WeatherInfo *info)
"format", "xml",
"hoursBeforeNow", "3",
"mostRecent", "true",
"fields", "raw_text",
"stationString", loc->code,
NULL);
soup_session_queue_message (info->session, msg, metar_finish, info);
Expand Down

0 comments on commit 6d54cca

Please sign in to comment.