From a962ee403ba9de65fb8bce88039fa8521be423d1 Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Sun, 18 Jun 2023 00:39:57 -0500 Subject: [PATCH] Update SkywarnPlus.py --- SkywarnPlus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkywarnPlus.py b/SkywarnPlus.py index 2af8a0a..c256019 100644 --- a/SkywarnPlus.py +++ b/SkywarnPlus.py @@ -859,7 +859,7 @@ def main(): last_alerts = state["last_alerts"] # Fetch new alerts - alerts = getAlerts(config.get("CountyCodes", [])) + alerts = getAlerts(countyCodes) # If new alerts differ from old ones, process new alerts if last_alerts != alerts: