Improved lookup for callsigns and display of DXpedition DXCC name on alerts page #38

This commit is contained in:
Ian Renton
2025-10-11 21:34:44 +01:00
parent 7cf6d05c4b
commit ba84b90315
4 changed files with 51 additions and 4 deletions

View File

@@ -61,6 +61,9 @@ class NG3K(HTTPAlertProvider):
if not dx_calls:
dx_calls = [parts[2].upper()]
# "Calls" of TBA, TBC or TBD are not real attempts at Turkish callsigns
dx_calls = list(filter(lambda a: a != "TBA" and a != "TBC" and a != "TBD" , dx_calls))
dx_country = parts[1]
qsl_info = parts[3]
bands = extra_parts[1]