Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari authored Aug 23, 2023
1 parent 293a9bd commit d04e76c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aemet_opendata/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
AOD_COORDS: Final[str] = "coordinates"
AOD_DATA: Final[str] = "data"
AOD_DISTANCE: Final[str] = "distance"
AOD_FORECAST_DAILY: Final[str] = "forecast-daily"
AOD_FORECAST_HOURLY: Final[str] = "forecast-hourly"
AOD_HUMIDITY: Final[str] = "humidity"
AOD_ID: Final[str] = "id"
AOD_NAME: Final[str] = "name"
Expand Down

0 comments on commit d04e76c

Please sign in to comment.