diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:54:18 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:54:18 +0100 |
| commit | ba10d9b4d716a76c9a51feb8ed4934aacb5156ed (patch) | |
| tree | 4881b63011d445651f1f1b70df76cba648651545 /src/weather.py | |
| parent | Fix typoes (diff) | |
| download | blueshift-ba10d9b4d716a76c9a51feb8ed4934aacb5156ed.tar.gz blueshift-ba10d9b4d716a76c9a51feb8ed4934aacb5156ed.tar.bz2 blueshift-ba10d9b4d716a76c9a51feb8ed4934aacb5156ed.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | src/weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weather.py b/src/weather.py index 17a8638..80131b8 100644 --- a/src/weather.py +++ b/src/weather.py @@ -25,7 +25,7 @@ def weather(station = None, downloader = None): Get a brief weather report Airports should publish METAR (Meteorological Aerodrome Report) reports at XX:20 and XX:50, - it can presumable take some time before the collection server we use (weather.noaa.gov) have + it can presumably take some time before the collection server we use (weather.noaa.gov) have received it. Additionally some airports do not update while closed, and updates while closed are less accurate. |
