mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-15 08:57:31 +00:00
Fix missing headers in SSE queries
This commit is contained in:
@@ -26,7 +26,7 @@ class ZLOTA(FileDownloadSIGRefDataProvider):
|
||||
longitude = ref["longitude"]
|
||||
|
||||
new_ref = SIGRef(sig=self.SIG, id=ref_id, name=ref["name"],
|
||||
ref_type=ref["asset_type"].title,
|
||||
ref_type=ref["asset_type"].title(),
|
||||
url="https://ontheair.nz/assets/" + ref_id.replace("/", "_"),
|
||||
latitude=latitude,
|
||||
longitude=longitude)
|
||||
|
||||
Reference in New Issue
Block a user