Merge branch 'main' into 2.0-pre

# Conflicts:
#	core/constants.py
#	templates/status.html
This commit is contained in:
Ian Renton
2026-08-11 05:54:04 +01:00
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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)