Support Clublog lookup #38

This commit is contained in:
Ian Renton
2025-10-12 16:13:31 +01:00
parent b61f08768c
commit 6b57891028
11 changed files with 156 additions and 38 deletions

View File

@@ -13,8 +13,8 @@ from core.utils import QRZ_CALLSIGN_DATA_CACHE
from server.webserver import WebServer
# Globals
spots = Cache('.spots_cache')
alerts = Cache('.alerts_cache')
spots = Cache('cache/spots_cache')
alerts = Cache('cache/alerts_cache')
status_data = {}
spot_providers = []
alert_providers = []