From 9b80f79436ee5382ae266520a4577491069ad497 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 13 Jan 2025 14:35:07 -0700 Subject: [PATCH] Add Pilot Reports to events --- data/blacklist.json | 2 -- data/events.json | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/blacklist.json b/data/blacklist.json index c390eb2..f0b3e61 100644 --- a/data/blacklist.json +++ b/data/blacklist.json @@ -91,6 +91,4 @@ "zsechat@conference.weather.im", "zdcchat@conference.weather.im", "znychat@conference.weather.im" - - ] \ No newline at end of file diff --git a/data/events.json b/data/events.json index 001f1b5..5b4fc35 100644 --- a/data/events.json +++ b/data/events.json @@ -1522,6 +1522,9 @@ "REP": { "text": "RECCO Observations (tropical cyclone)", "priority": 3 + }, + "PIR": { + "text": "Pilot Reports", + "priority": 1 } - }