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