Add options API #15

This commit is contained in:
Ian Renton
2025-09-30 21:29:17 +01:00
parent 37692f41a8
commit 4f4c1a9191
5 changed files with 658540 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ from core.config import config
from core.constants import BANDS, UNKNOWN_BAND, CW_MODES, PHONE_MODES, DATA_MODES, ALL_MODES
# Lookup helpers from pyhamtools
LOOKUP_LIB_BASIC = LookupLib(lookuptype="countryfile")
LOOKUP_LIB_BASIC = LookupLib(lookuptype="countryfile", filename="cty.plist")
CALL_INFO_BASIC = Callinfo(LOOKUP_LIB_BASIC)
QRZ_AVAILABLE = config["qrz-password"] != ""
if QRZ_AVAILABLE: