mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Improved lookup for callsigns and display of DXpedition DXCC name on alerts page #38
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user