Start of web interface

This commit is contained in:
Ian Renton
2025-09-27 16:55:17 +01:00
parent 78871902ad
commit 9d9687adbf
4 changed files with 58 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ class DXCluster(Provider):
if match:
spot_time = datetime.strptime(match.group(5), "%H%MZ")
spot_datetime = datetime.combine(datetime.today(), spot_time.time()).replace(tzinfo=pytz.UTC)
spot = Spot(source=self.name(),
spot = Spot(source="DX Cluster",
dx_call=match.group(3),
de_call=match.group(1),
freq=float(match.group(2)),