mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Refactor of caching & data storage part 10 #118
This commit is contained in:
+5
-5
@@ -26,13 +26,13 @@ class Callsign:
|
||||
# the centre of the country they're operating in if no other data is available.
|
||||
longitude : float | None = None
|
||||
# Country in which the callsign indicates they are operating
|
||||
dx_country: str | None = None
|
||||
country: str | None = None
|
||||
# Continent in which the callsign indicates they are operating
|
||||
dx_continent: str | None = None
|
||||
continent: str | None = None
|
||||
# DXCC ID in which the callsign indicates they are operating
|
||||
dx_dxcc_id: int | None = None
|
||||
dxcc_id: int | None = None
|
||||
# CQ zone in which the callsign indicates they are operating
|
||||
dx_cq_zone: int | None = None
|
||||
cq_zone: int | None = None
|
||||
# ITU zone in which the callsign indicates they are operating
|
||||
dx_itu_zone: int | None = None
|
||||
itu_zone: int | None = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user