Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ugyballoons committed Jul 15, 2024
1 parent f376928 commit 4937a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/rubintv/handlers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def get_current_channel_event(
if not event:
historical: HistoricalPoller = request.app.state.historical
if await historical.is_busy():
raise HTTPException(421, "Historical data is being processed")
raise HTTPException(423, "Historical data is being processed")
event = await historical.get_most_recent_event(location, camera, channel)
if not event:
return None
Expand Down

0 comments on commit 4937a7a

Please sign in to comment.