Fix bugs in GMA and WWBOTA providers

This commit is contained in:
Ian Renton
2026-08-15 13:59:52 +01:00
parent fe4826b729
commit ae1f752516
10 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class WWBOTA(SSESpotProvider):
dx_call=source_spot["call"].upper(),
de_call=source_spot["spotter"].upper(),
freq=float(source_spot["freq"]) * 1000000,
mode=source_spot["mode"].upper(),
mode=source_spot["mode"].upper() if "mode" in source_spot else None,
comment=source_spot["comment"],
sig="WWBOTA",
sig_refs=refs,