Skip to content

Commit

Permalink
[HOTFIX] fix misssing keys for the carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 6, 2023
1 parent f6036cf commit b23b615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ def draw_lightcurve_preview(name) -> dict:
'output-format': 'json'
}
)
pdf_ = pd.read_json(r.content)
pdf = pd.read_json(r.content)

# Mask upper-limits (but keep measurements with bad quality)
mag_ = pdf['i:magpsf']
Expand Down

0 comments on commit b23b615

Please sign in to comment.