mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
WWBOTA URL change
This commit is contained in:
@@ -7,7 +7,7 @@ from spotproviders.sse_spot_provider import SSESpotProvider
|
|||||||
|
|
||||||
# Spot provider for Worldwide Bunkers on the Air
|
# Spot provider for Worldwide Bunkers on the Air
|
||||||
class WWBOTA(SSESpotProvider):
|
class WWBOTA(SSESpotProvider):
|
||||||
SPOTS_URL = "https://api.wwbota.org/spots/"
|
SPOTS_URL = "https://api.wwbota.net/spots/"
|
||||||
|
|
||||||
def __init__(self, provider_config):
|
def __init__(self, provider_config):
|
||||||
super().__init__(provider_config, self.SPOTS_URL)
|
super().__init__(provider_config, self.SPOTS_URL)
|
||||||
|
|||||||
Reference in New Issue
Block a user