From 4096f2aaaead530614e4c7ac7c30760581026f77 Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:00:06 -0500 Subject: [PATCH] v0.3.0 update --- SkywarnPlus.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SkywarnPlus.py b/SkywarnPlus.py index 3e78da0..2e5232e 100644 --- a/SkywarnPlus.py +++ b/SkywarnPlus.py @@ -366,8 +366,7 @@ def getAlerts(countyCodes): time_type_end = "ends" for countyCode in countyCodes: - # url = "https://api.weather.gov/alerts/active?zone={}".format(countyCode) - url = "https://api.weather.gov/alerts/active" + url = "https://api.weather.gov/alerts/active?zone={}".format(countyCode) try: response = requests.get(url) response.raise_for_status() # will raise an exception if the status code is not 200