mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-12-16 00:53:39 +00:00
Get "qth" friendly name from QRZ/clublog and return in the callsign lookup. Closes #77
This commit is contained in:
@@ -127,6 +127,7 @@ class WebServer:
|
||||
return self.serve_api({
|
||||
"call": call,
|
||||
"name": fake_spot.dx_name,
|
||||
"qth": fake_spot.dx_qth,
|
||||
"country": fake_spot.dx_country,
|
||||
"flag": fake_spot.dx_flag,
|
||||
"continent": fake_spot.dx_continent,
|
||||
|
||||
Reference in New Issue
Block a user