Fix another config-example.yml typo and switch some quotes for compatibility with python 3.11 #124

This commit is contained in:
Ian Renton
2026-08-11 05:49:56 +01:00
parent 7860b60f47
commit 4808ed1882
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -103,10 +103,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")