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 7088e49 commit 9a6da63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aemet_opendata/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
AOD_TIMESTAMP: Final[str] = "timestamp"
AOD_TOWN: Final[str] = "town"

API_DT_FORMAT: Final[str] = "%Y-%m-%dT%H:%M:%S"
API_ID_PFX: Final[str] = "id"
API_MIN_STATION_DISTANCE_KM: Final[int] = 40
API_MIN_TOWN_DISTANCE_KM: Final[int] = 40
Expand Down

0 comments on commit 9a6da63

Please sign in to comment.