DX Cluster support

This commit is contained in:
Ian Renton
2025-09-26 23:26:39 +01:00
parent c34821dc9b
commit fd2ffb47a0
6 changed files with 86 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ class POTA(Provider):
# Iterate through source data
for source_spot in source_data:
# Convert to our spot format
spot = Spot(source="POTA",
spot = Spot(source=self.name(),
source_id=source_spot["spotId"],
dx_call=source_spot["activator"],
de_call=source_spot["spotter"],