mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-01 06:23:12 +02:00
Update globalalert.py
This commit is contained in:
@@ -10,8 +10,8 @@ import bs4 as bs # pip install beautifulsoup4
|
||||
from modules.log import logger
|
||||
from modules.settings import urlTimeoutSeconds, NO_ALERTS, myRegionalKeysDE
|
||||
|
||||
trap_list_location_eu = ("ukalert")
|
||||
trap_list_location_de = ("dealert")
|
||||
trap_list_location_eu = ("ukalert",)
|
||||
trap_list_location_de = ("dealert",)
|
||||
|
||||
def get_govUK_alerts(lat, lon):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user