WWBOTA URL change

This commit is contained in:
Ian Renton
2025-10-09 21:27:19 +01:00
parent a866d41aa7
commit c455e6e1a7

View File

@@ -7,7 +7,7 @@ from spotproviders.sse_spot_provider import SSESpotProvider
# Spot provider for Worldwide Bunkers on the Air
class WWBOTA(SSESpotProvider):
SPOTS_URL = "https://api.wwbota.org/spots/"
SPOTS_URL = "https://api.wwbota.net/spots/"
def __init__(self, provider_config):
super().__init__(provider_config, self.SPOTS_URL)