summaryrefslogtreecommitdiffstats
path: root/src/weather.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:54:18 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:54:18 +0100
commitba10d9b4d716a76c9a51feb8ed4934aacb5156ed (patch)
tree4881b63011d445651f1f1b70df76cba648651545 /src/weather.py
parentFix typoes (diff)
downloadblueshift-ba10d9b4d716a76c9a51feb8ed4934aacb5156ed.tar.gz
blueshift-ba10d9b4d716a76c9a51feb8ed4934aacb5156ed.tar.bz2
blueshift-ba10d9b4d716a76c9a51feb8ed4934aacb5156ed.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/weather.py')
-rw-r--r--src/weather.py2
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.