mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Allow alerts to have more than one DX callsign, and parse the "as CALL" fields from NG3K. Not yet working #38
This commit is contained in:
@@ -21,7 +21,7 @@ class SOTA(HTTPAlertProvider):
|
||||
# Convert to our alert format
|
||||
alert = Alert(source=self.name,
|
||||
source_id=source_alert["id"],
|
||||
dx_call=source_alert["activatingCallsign"].upper(),
|
||||
dx_calls=[source_alert["activatingCallsign"].upper()],
|
||||
dx_name=source_alert["activatorName"].upper(),
|
||||
freqs_modes=source_alert["frequency"],
|
||||
comment=source_alert["comments"],
|
||||
|
||||
Reference in New Issue
Block a user