Improve error handling and PWA manifest

This commit is contained in:
Ian Renton
2026-09-04 17:50:35 +01:00
parent d7202f208c
commit ab86bdc4d6
16 changed files with 33 additions and 26 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class HamQTH(APIQueryCallsignDataProvider):
name=data.get("nick", None),
qth=data.get("qth", None),
country=data.get("country", None),
continent=Continent(data.get("continent", None)),
continent=Continent(data["continent"]) if "continent" in data else None,
latitude=lat,
longitude=lon,
grid=grid,