PNP support

This commit is contained in:
Ian Renton
2025-09-27 11:46:06 +01:00
parent 172fba43c4
commit b1346e26ea
4 changed files with 68 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ from providers.http_provider import HTTPProvider
# Provider for Worldwide Bunkers on the Air
# todo switch to event source API as per Steve change to Field Spotter
class WWBOTA(HTTPProvider):
POLL_INTERVAL_SEC = 120
SPOTS_URL = "https://api.wwbota.org/spots/"