From 8b036ddb46457860786b8b6055177fd5df40de67 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sat, 25 Oct 2025 10:44:54 +0100 Subject: [PATCH] Fix copy/paste error in WOTA support --- spotproviders/wota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotproviders/wota.py b/spotproviders/wota.py index eab7183..ea85a3d 100644 --- a/spotproviders/wota.py +++ b/spotproviders/wota.py @@ -29,7 +29,7 @@ class WOTA(HTTPSpotProvider): for source_spot in rss.channel.items: # Reject GUID missing or zero - if not source_spot.guid or not source_spot.guid.content or source_spot.guid.content == "http://www.wota.org.uk/alerts/0": + if not source_spot.guid or not source_spot.guid.content or source_spot.guid.content == "http://www.wota.org.uk/spots/0": continue # Pick apart the title