about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2022-12-01 14:53:08 -0600
committerStarfall <us@starfall.systems>2022-12-01 14:53:08 -0600
commit4e912789e44b68aeda7cd505ee63b5f7ca27e952 (patch)
tree65f9c0cb834f2e2ca47e6e847b0a13d763e39d7b
parent6ac9e5a9ef85e8dbd754770a7c9619c9e34ef05b (diff)
complete list of severities and certainties
-rwxr-xr-xmeteor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meteor.py b/meteor.py
index 4fc5e09..4e41a64 100755
--- a/meteor.py
+++ b/meteor.py
@@ -47,8 +47,8 @@ def print_alerts(county, zone):
         # many more cool fields available.
         # verious datetimes: sent, effective, onset, expires, ends
         # severity: Minor, Moderate, Severe, Extreme, Unknown
-        # certainty: Possible, Likely, Observed, Unknown
-        # urgency: Future, Expected, Immediate, Unknown
+        # certainty: Unlikely, Possible, Likely, Observed, Unknown
+        # urgency: Past, Future, Expected, Immediate, Unknown
         # messageType: Alert, Update
                 
         # can construct the headline ourseves as f'{event} issued {sent} [until {end}] by {senderName}'