mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
Conditions tweaks
This commit is contained in:
@@ -98,7 +98,9 @@ class HamQSL(HTTPSolarConditionsProvider):
|
||||
.replace("Vr Quiet", "Very Quiet")
|
||||
.replace("Unsettld", "Unsettled")
|
||||
.replace("Min Strm", "Minor Storm")
|
||||
.replace("Maj Strm", "Major Storm"),
|
||||
.replace("Maj Strm", "Major Storm")
|
||||
.replace("Sev Strm", "Severe Storm")
|
||||
.replace("Ext Strm", "Extreme Storm"),
|
||||
"geomag_noise": text("signalnoise"),
|
||||
"hf_conditions": hf_conditions,
|
||||
"vhf_conditions": {
|
||||
|
||||
Reference in New Issue
Block a user