Checking for some extra PnP Classes

This commit is contained in:
Ian Renton
2026-06-21 21:50:18 +01:00
parent 273db04bb0
commit 757071972a
10 changed files with 24 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ class ParksNPeaks(HTTPSpotProvider):
sig_refs[0].name = source_spot["actLocation"]
# Log a warning for the developer if PnP gives us an unknown programme we've never seen before
if sig not in ["POTA", "SOTA", "WWFF", "SIOTA", "ZLOTA", "KRMNPA"]:
if sig not in ["POTA", "SOTA", "WWFF", "SIOTA", "ZLOTA", "KRMNPA", "LLOTA"]:
logging.warning("PNP spot found with sig " + sig + ", developer needs to add support for this!")
# Add new spot to the list