mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Support Clublog lookup #38
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user