Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions external_webpage/request_handler_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@ def get_detailed_state_of_specific_instrument(instrument, data, time_shift_thres
raise ValueError(str(instrument) + " not known")
if data[instrument] == "":
raise ValueError("Instrument has become unavailable")
set_time_shift(instrument, data[instrument], time_shift_threshold)


return data[instrument]