Skip to content

Commit

Permalink
API call uses instruments not instrument (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs authored Oct 31, 2024
1 parent 6c2445d commit e2fdd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/murfey/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def run():
status_bar = StatusBar()

machine_data = requests.get(
f"{murfey_url.geturl()}/instrument/{instrument_name}/machine"
f"{murfey_url.geturl()}/instruments/{instrument_name}/machine"
).json()
gain_ref: Path | None = None

Expand Down

0 comments on commit e2fdd75

Please sign in to comment.