Merge branch 'main' into 95-send-spots-to-xota

This commit is contained in:
Ian Renton
2026-06-21 21:28:20 +01:00
10 changed files with 17 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ class APIOptionsHandler(tornado.web.RequestHandler):
"spot_sources": spot_sources,
"alert_sources": alert_sources,
"continents": CONTINENTS,
"propagation_modes": PROPAGATION_MODES.values(),
"propagation_modes": list(PROPAGATION_MODES.values()),
"max_spot_age": MAX_SPOT_AGE,
"spot_allowed": ALLOW_SPOTTING,
"spot_submit_providers": spot_submit_providers}