Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Update to openweather api v3.0 #647

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion weather_command/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from weather_command.errors import MissingApiKey

WEATHER_BASE_URL = "https://api.openweathermap.org/data/2.5"
WEATHER_BASE_URL = "https://api.openweathermap.org/data/3.0"
LOCATION_BASE_URL = "https://nominatim.openstreetmap.org/search?format=json&limit=1"

custom_style = Theme({"error": "red", "date": "green"})
Expand Down