Merge branch 'main' into 2.0-pre

# Conflicts:
#	README.md
#	core/constants.py
#	data/spot.py
#	templates/status.html
This commit is contained in:
Ian Renton
2026-08-08 09:15:04 +01:00
25 changed files with 681 additions and 534 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ class WWFF(HTTPSpotProvider):
mode=source_spot["mode"].upper(),
comment=source_spot["remarks"],
sig="WWFF",
sig_refs=[SIGRef(id=source_spot["reference"], sig="WWFF", name=source_spot["reference_name"])],
sig_refs=[SIGRef(id=source_spot["reference"], sig="WWFF", name=source_spot["reference_name"],
latitude=source_spot["latitude"], longitude=source_spot["longitude"])],
time=datetime.fromtimestamp(source_spot["spot_time"], tz=pytz.UTC).timestamp(),
dx_latitude=source_spot["latitude"],
dx_longitude=source_spot["longitude"])