diff --git a/config-example.yml b/config-example.yml index 564ee5f..9e228cd 100644 --- a/config-example.yml +++ b/config-example.yml @@ -93,7 +93,7 @@ spot_providers: allow_rbn_spots: false - class: "RBN" - - # RBN sources have a "name" property in case you want to differentiate between the CW/RTTY and FT8 sources. + # RBN sources have a "name" property in case you want to differentiate between the CW/RTTY and FT8 sources. name: "RBN CW/RTTY" enabled: false port: 7000 diff --git a/providers/spot/gma.py b/providers/spot/gma.py index 35456ce..c35f700 100644 --- a/providers/spot/gma.py +++ b/providers/spot/gma.py @@ -110,10 +110,10 @@ class GMA(HTTPSpotProvider): elif not ref_response.from_cache: if not ref_response.ok: logging.warning( - f"HTTP {ref_response.status_code} when looking up GMA ref {source_spot["REF"]}") + f"HTTP {ref_response.status_code} when looking up GMA ref {source_spot['REF']}") else: logging.warning( - f"GMA API returned a malformed response when looking up ref {source_spot["REF"]}") + f"GMA API returned a malformed response when looking up ref {source_spot['REF']}") except: logging.warning("Exception when looking up " + self.REF_INFO_URL_ROOT + source_spot[ "REF"] + ", ignoring this spot for now", exc_info=True) diff --git a/templates/add_spot.html b/templates/add_spot.html index 7900b12..2621323 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 3abb99f..49ee335 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -82,7 +82,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 933ccc9..c2a00a6 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -79,8 +79,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 80062e9..ff1afdc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 0092027..c14ea60 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index e96fe11..f1188ed 100644 --- a/templates/map.html +++ b/templates/map.html @@ -112,8 +112,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index 3811a4c..7f21ae9 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -118,8 +118,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 6c45b56..d8e4a63 100644 --- a/templates/status.html +++ b/templates/status.html @@ -81,7 +81,7 @@ - +