From 0c9fd919ab6a8d86f064019078fcc5e19e2a6ef1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 7 Mar 2025 17:53:17 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.py b/modules/system.py index b4f0b73..caf17ec 100644 --- a/modules/system.py +++ b/modules/system.py @@ -729,6 +729,7 @@ def handleAlertBroadcast(deviceID=1): alertDe = NO_ALERTS alertFema = NO_ALERTS wxAlert = NO_ALERTS + alertWx = False # only allow API call every 20 minutes # the watchdog will call this function 3 times, seeing possible throttling on the API clock = datetime.now()