From ad11f787de403889645cdbc8a874c36ae6c650cb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 17 Dec 2024 23:12:52 -0800 Subject: [PATCH] Update locationdata_eu.py --- modules/locationdata_eu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata_eu.py b/modules/locationdata_eu.py index 967270a..e4d36d0 100644 --- a/modules/locationdata_eu.py +++ b/modules/locationdata_eu.py @@ -21,7 +21,7 @@ def get_wxUKgov(): url = 'https://www.metoffice.gov.uk/weather/guides/rss' return "not implemented yet" -def get_floodEKgov(): +def get_floodUKgov(): # get UK flood warnings url = 'https://environment.data.gov.uk/flood-widgets/rss-feeds.html' return "not implemented yet" \ No newline at end of file