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
@@ -59,7 +59,8 @@ class HEMA(HTTPSpotProvider):
mode=freq_mode_match.group(2).upper(),
comment=spotter_comment_match.group(2),
sig="HEMA",
sig_refs=[SIGRef(id=spot_items[3].upper(), sig="HEMA", name=spot_items[4])],
sig_refs=[SIGRef(id=spot_items[3].upper(), sig="HEMA", name=spot_items[4],
latitude=float(spot_items[7]), longitude=float(spot_items[8]))],
time=datetime.strptime(spot_items[0], "%d/%m/%Y %H:%M").replace(
tzinfo=pytz.UTC).timestamp(),
dx_latitude=float(spot_items[7]),