Update globalalert.py

This commit is contained in:
SpudGunMan
2025-01-23 17:49:04 -08:00
parent 4f115c9c21
commit d836255716
+1 -1
View File
@@ -12,7 +12,7 @@ from modules.log import *
trap_list_location_eu = ("ukalert", "ukwx", "ukflood")
trap_list_location_de = ("dealert", "dewx", "deflood")
def get_govUK_alerts(shortAlerts=False):
def get_govUK_alerts(lat, lon):
try:
# get UK.gov alerts
url = 'https://www.gov.uk/alerts'