Skip to content

Commit

Permalink
Fixed Metar url
Browse files Browse the repository at this point in the history
  • Loading branch information
ysavary committed Jul 13, 2024
1 parent 2059e05 commit 82dee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/metar.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_station_names(names: StationNames) -> StationNames:
station["lon"],
StationStatus.GREEN,
altitude=station["elev"],
url=f"{self.provider_url}/data/metar/?id=${metar_id}&hours=0&decoded=yes&include_taf=yes",
url=f"{self.provider_url}/data/metar/?id={metar_id}&hours=0&decoded=yes&include_taf=yes",
)

station_id = station["_id"]
Expand Down

0 comments on commit 82dee0c

Please sign in to comment.