Oops, "type" was a bad choice of field name

This commit is contained in:
Ian Renton
2026-08-14 17:59:15 +01:00
parent 12c2e66c64
commit efec8e220e
29 changed files with 47 additions and 36 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class IOTA(FileDownloadSIGRefDataProvider):
logging.debug(f"Error converting lat/lon to locator for an IOTA reference %f %f", latitude, longitude)
new_data.append(SIGRef(sig=self.SIG, id=ref_id, name=ref["name"],
type="Island", grid=grid, latitude=latitude, longitude=longitude))
ref_type="Island", grid=grid, latitude=latitude, longitude=longitude))
# Bail out if a stop has been requested, i.e. the program is shutting down - no need to parse the rest
# of the data in this case